summaryrefslogtreecommitdiff
path: root/docs/quick_tour.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-07-02 01:34:25 -0700
committerSteve Piercy <web@stevepiercy.com>2016-07-02 01:34:25 -0700
commit108121ee8a08837c39379cdd0e2e9c2b5b3712e8 (patch)
tree4c16e36b3d3749f6a9f4f150e64f18eadeabc5c2 /docs/quick_tour.rst
parentbcba92d1b23745d736bdcbc9b799929de382db7b (diff)
downloadpyramid-108121ee8a08837c39379cdd0e2e9c2b5b3712e8.tar.gz
pyramid-108121ee8a08837c39379cdd0e2e9c2b5b3712e8.tar.bz2
pyramid-108121ee8a08837c39379cdd0e2e9c2b5b3712e8.zip
Update Windows installation instructions and related bits.
- Use proper Windows commands, drives, and paths - Use doscon for Windows console lexer
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