Skip to content

Commit

Permalink
Use distribute for virtualenv.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar committed Jul 15, 2012
1 parent 65af2b2 commit ea55b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -13,7 +13,7 @@ Development installation


2. Create and activate new `Python virtual environment`_:: 2. Create and activate new `Python virtual environment`_::


virtualenv --no-site-packages ~/.virtualenv/mainpage virtualenv --no-site-packages --distribute ~/.virtualenv/mainpage
source ~/.virtualenv/mainpage/bin/activate source ~/.virtualenv/mainpage/bin/activate
3. Move to location where you cloned webpage repository and run ``devsetup`` 3. Move to location where you cloned webpage repository and run ``devsetup``
Expand Down

0 comments on commit ea55b83

Please sign in to comment.