Steve Piercy
2016-05-08 41ba29ecb853d87c9c6c75fc7887872b13d1abc5
docs/quick_tour.rst
@@ -25,7 +25,7 @@
.. parsed-literal::
  $ pyvenv env33
  $ wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -O - | env33/bin/python
  $ wget https://bootstrap.pypa.io/ez_setup.py -O - | env33/bin/python
  $ env33/bin/easy_install "pyramid==\ |release|\ "
For Windows:
@@ -33,7 +33,7 @@
.. parsed-literal::
    # Use your browser to download:
    #   https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py
    #   https://bootstrap.pypa.io/ez_setup.py
    c:\\> c:\\Python33\\python -m venv env33
    c:\\> env33\\Scripts\\python ez_setup.py
    c:\\> env33\\Scripts\\easy_install "pyramid==\ |release|\ "