[Imported from Trac: page NewbieDeveloperSetup, version 19]

amontero 2013-12-12 20:10:59 +00:00
parent bb67946efc
commit 1056f983fc

@ -27,11 +27,12 @@ sudo apt-get install git
``` ```
$ python setup.py trial $ python setup.py trial
``` ```
7. Build and run 7. Build
``` ```
$ python setup.py build $ python setup.py build
$ python setup.py --help-commands # TIP: run this for a complete list of options $ python setup.py --help-commands # TIP: run this for a complete list of options
``` ```
8. You can run the resulting binary inside "bin" subdirectory.
m. Learn to use the [logging system]source:trunk/docs/logging.rst m. Learn to use the [logging system]source:trunk/docs/logging.rst