diff options
| -rw-r--r-- | README.txt | 22 | 
1 files changed, 12 insertions, 10 deletions
| @@ -55,6 +55,18 @@ leap --debug --logfile /tmp/leap.log  Development  ============== +Hack +-------------- + +(recommended) +virtualenv .  # ensure your .gitignore knows about it +source bin/activate +git checkout develop +pkg/postmkvenv.sh + +python setup.py branding +python setup.py develop   +  Running tests  ------------- @@ -82,16 +94,6 @@ Test-deps  have a look at setup/test-requires -Hack --------------- - -(recommended) -virtualenv .  # ensure your .gitignore knows about it -source bin/activate -git checkout develop -pkg/postmkvenv.sh -python setup.py develop   -  Compiling resource/ui files  ----------------------------- | 
