Files
Phoenix/packaging/README-sdist_demo.txt
2017-04-06 11:34:50 -07:00

17 lines
539 B
Plaintext

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 folder to see how to run them and what they do.