summaryrefslogtreecommitdiff
path: root/docs/quick_tour.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-07-02 02:00:18 -0700
committerGitHub <noreply@github.com>2016-07-02 02:00:18 -0700
commit2203944a466a7a8a2a57bbfe7a89f06c41d73fa7 (patch)
treedc30e24dff01a46fac7bcce84d7524bb8a8028fa /docs/quick_tour.rst
parentbcba92d1b23745d736bdcbc9b799929de382db7b (diff)
parentfa257dd74588c9cc80cc3a6b4158ff2c627eacd5 (diff)
downloadpyramid-2203944a466a7a8a2a57bbfe7a89f06c41d73fa7.tar.gz
pyramid-2203944a466a7a8a2a57bbfe7a89f06c41d73fa7.tar.bz2
pyramid-2203944a466a7a8a2a57bbfe7a89f06c41d73fa7.zip
Merge pull request #2664 from stevepiercy/master
Update Windows installation instructions and related bits.
Diffstat (limited to 'docs/quick_tour.rst')
-rw-r--r--docs/quick_tour.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst
index dde91b495..fb957be1c 100644
--- a/docs/quick_tour.rst
+++ b/docs/quick_tour.rst
@@ -44,9 +44,9 @@ For Windows:
.. parsed-literal::
# set an environment variable to where you want your virtual environment
- c:\> set VENV=c:\env
+ c:\\> set VENV=c:\\env
# create the virtual environment
- c:\\> c:\\Python35\\python3 -m venv %VENV%
+ c:\\> %VENV%\\Scripts\\python -m venv %VENV%
# install pyramid
c:\\> %VENV%\\Scripts\\pip install pyramid
# or for a specific released version