1
0
Fork 0
forked from github/pelican

Update docs/getting_started.rst

virtualenvwrapper requires a shell restart
This commit is contained in:
Feth Arezki 2012-08-06 15:13:04 +03:00 committed by Alexis Metaireau
commit 8f7a3044ec

View file

@ -19,6 +19,10 @@ and `virtualenvwrapper <http://www.doughellmann.com/projects/virtualenvwrapper/>
before installing Pelican::
$ sudo pip install --upgrade virtualenv virtualenvwrapper
Note that virtualenvwrapper, being a shell hack, usually requires that a new shell
be started in order to be sourced. Continue -perhaps in a new shell::
$ mkvirtualenv pelican
$ pip install pelican