diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-05-16 16:12:35 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-05-16 16:23:16 -0700 |
| commit | 109792709bf90eddf85eaaed1743b5cbb1faa34e (patch) | |
| tree | 3a20f43fc3bfbf476ceea046404562008af7f5d6 /docs/quick_tour.rst | |
| parent | e14c66d6467759d9d10e73156edb630eb220da77 (diff) | |
| download | pyramid-109792709bf90eddf85eaaed1743b5cbb1faa34e.tar.gz pyramid-109792709bf90eddf85eaaed1743b5cbb1faa34e.tar.bz2 pyramid-109792709bf90eddf85eaaed1743b5cbb1faa34e.zip | |
cherrypick from 1.5
Diffstat (limited to 'docs/quick_tour.rst')
| -rw-r--r-- | docs/quick_tour.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index e71725406..1b8c82b0a 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -14,11 +14,10 @@ Installation Once you have a standard Python environment setup, getting started with Pyramid is a breeze. Unfortunately "standard" is not so simple in Python. -For this Quick Tour, it means: -`Python <http://www.python.org/download/releases/>`_, a -`virtual environment <http://docs.python.org/dev/library/venv.html>`_ -(or `virtualenv for Python 2.7 <https://pypi.python.org/pypi/virtualenv>`_), -and `setuptools <https://pypi.python.org/pypi/setuptools/>`_. +For this Quick Tour, it means: `Python <https://www.python.org/downloads/>`_, +a `virtual environment <http://docs.python.org/dev/library/venv.html>`_ (or +`virtualenv for Python 2.7 <https://pypi.python.org/pypi/virtualenv>`_), and +`setuptools <https://pypi.python.org/pypi/setuptools/>`_. As an example, for Python 3.3+ on Linux: |
