Windows venv is Scripts, capital S

closes #2056
This commit is contained in:
David Lord 2016-10-12 12:14:49 -07:00 committed by GitHub
parent bd5e297aa9
commit cdbd63d7de

View file

@ -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).