diff --git a/docs/getting_started.rst b/docs/getting_started.rst index deca0c17..3e60b63a 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -12,7 +12,7 @@ the simpler one is via `pip `_:: 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