From 1056f983fcedd2c83307a985091e10c69fc37155 Mon Sep 17 00:00:00 2001 From: amontero <> Date: Thu, 12 Dec 2013 20:10:59 +0000 Subject: [PATCH] [Imported from Trac: page NewbieDeveloperSetup, version 19] --- NewbieDeveloperSetup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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