diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -29,6 +29,13 @@ If you are installing in a virtualenv: pip install -r pkg/requirements.pip +# **note**: I _think_ setuptools is needed for build process only. +# we should separate what's needed as a global lib dependency, and what's a dependency that +# still can be retrieved using pip. + +If you are installing in a virtualenv: + pip install -r pkg/requirements.pip + Install PyQt ------------ @@ -128,11 +135,20 @@ or nosetests leap.util.test_leap_argparse +Colorized output +---------------- +Install rednose locally and activate it. + + (leap_client)% pip install rednose + (leap_client)% export NOSE_REDNOSE=1 + +enjoy :) + Tox --- For running testsuite against all the supported python versions (currently 2.6 and 2.7), run: -tox -v + tox -v Compiling resource/ui files |