Add command to build a tarball containing the demo and samples

This commit is contained in:
Robin Dunn
2017-04-04 14:19:30 -07:00
parent 4fd36fd137
commit cdf950c711
3 changed files with 76 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
wxPython Demo and Samples
=========================
This archive contains a copy of the wxPython Phoenix demo, and also a
collection of small sample applications.
Once you have installed wxPython Phoenix you can run the demo by launching it
from a command line like this::
cd demo
python demo.py
Each of the folders in the samples folder contains one or more standalone
applications demonstrating how to use certain features of wxPython. Examine
the source code in each sample to see how to run them.