1
0
Fork 0
forked from github/pelican

Don't install the venv in the sources root, this can cause troubles with the bin folder

This commit is contained in:
Alexis Metaireau 2011-11-29 16:06:08 +01:00
commit b0dcce01cb

View file

@ -12,7 +12,7 @@ the simpler one is via `pip <http://pip.openplans.org/>`_::
If you have the sources, you can install pelican using the distutils command
install. I recommend to do so in a virtualenv::
$ virtualenv .
$ virtualenv pelican_venv
$ source bin/activate
$ python setup.py install