From 6a8b5c24571251cb39e8d83333b0450e8324dcbe Mon Sep 17 00:00:00 2001 From: kali Date: Thu, 20 Dec 2012 01:30:18 +0900 Subject: add links to pyqt and openvpn --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index be47a125..01e1c151 100644 --- a/README.rst +++ b/README.rst @@ -81,9 +81,9 @@ The LEAP client git repository is available at:: Some steps need to be run when setting a development environment for the first time. -Enable a **virtualenv** to isolate your libraries:: +Enable a **virtualenv** to isolate your libraries. (Current *.gitignore* knows about a virtualenv in the root tree. If you do not like that place, just change ``.`` for **):: - $ virtualenv . # ensure your .gitignore knows about it + $ virtualenv . $ source bin/activate Make sure you are in the development branch:: @@ -108,7 +108,7 @@ To run the test suite:: $ ./run_tests.sh -which the first time should also install all of them in your virtualenv for you. +which the first time should automagically install all the needed dependencies in your virtualenv for you. License ======= -- cgit v1.2.3