diff --git a/NewbieDeveloperSetup.md b/NewbieDeveloperSetup.md index b9ab447..92cd3bc 100644 --- a/NewbieDeveloperSetup.md +++ b/NewbieDeveloperSetup.md @@ -27,11 +27,12 @@ sudo apt-get install git ``` $ python setup.py trial ``` -7. Build and run +7. Build ``` $ python setup.py build $ 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