forked from github/pelican
Update docs/getting_started.rst
virtualenvwrapper requires a shell restart
This commit is contained in:
parent
0c02536605
commit
8f7a3044ec
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue