Skip to content

Commit

Permalink
Add instructions to create and use a virtual environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kirang89 committed Apr 14, 2015
1 parent d0a5f4d commit e9b01d6
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,15 @@ The package can be installed using the following command ::
Development
-----------

After cloning the repository, install the package in development mode
using the following command ::
After cloning the repository, create a new virtual environment ::
$ virtualenv env
Next, activate this environment ::

$ source env/bin/activate

You can now install the package in development mode using the following command ::

$ python3 setup.py develop

Expand Down

0 comments on commit e9b01d6

Please sign in to comment.