summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/quick_tour.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst
index de896939a..1265012ab 100644
--- a/docs/quick_tour.rst
+++ b/docs/quick_tour.rst
@@ -46,7 +46,7 @@ For Windows:
# set an environment variable to where you want your virtual environment
c:\\> set VENV=c:\\env
# create the virtual environment
- c:\\> %VENV%\\Scripts\\python -m venv %VENV%
+ c:\\> python -m venv %VENV%
# install pyramid
c:\\> %VENV%\\Scripts\\pip install pyramid
# or for a specific released version