Browse Source

Windows venv is Scripts, capital S

closes #2056
pull/2057/head
David Lord 8 years ago committed by GitHub
parent
commit
cdbd63d7de
  1. 2
      docs/installation.rst

2
docs/installation.rst

@ -72,7 +72,7 @@ corresponding environment. On OS X and Linux, do the following::
If you are a Windows user, the following command is for you::
$ venv\scripts\activate
$ venv\Scripts\activate
Either way, you should now be using your virtualenv (notice how the prompt of
your shell has changed to show the active environment).

Loading…
Cancel
Save