diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 1ab7c642..c954cf9f 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -19,6 +19,10 @@ and `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