summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-11 00:20:28 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-11 00:20:28 -0700
commit87647ae2bf46406745c6f6a59ee2842b563fce9e (patch)
tree03f189c409778d4b219409de97d725d009aa05f5 /docs/quick_tutorial
parent4a4b9fa4e7cc134b097fe7ef95fd64583bcfa62d (diff)
parentec1bbffae07cd8b573ba007b367b9eec2902a364 (diff)
downloadpyramid-87647ae2bf46406745c6f6a59ee2842b563fce9e.tar.gz
pyramid-87647ae2bf46406745c6f6a59ee2842b563fce9e.tar.bz2
pyramid-87647ae2bf46406745c6f6a59ee2842b563fce9e.zip
Merge pull request #2466 from stevepiercy/docs/easy-install-to-pip.2104
update installation.rst to use pip, pyvenv, Python 3.4
Diffstat (limited to 'docs/quick_tutorial')
-rw-r--r--docs/quick_tutorial/requirements.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst
index 299ad2ac0..c4e6beecb 100644
--- a/docs/quick_tutorial/requirements.rst
+++ b/docs/quick_tutorial/requirements.rst
@@ -72,10 +72,11 @@ or may `build Python 3 from source
<http://pyramid.readthedocs.org/en/master/narr/install.html#package-manager-
method>`_.
-.. seealso:: See also :ref:`For Mac OS X Users <for-mac-os-x-users>`,
- :ref:`If You Don't Yet Have a Python Interpreter (UNIX)
- <if-you-don-t-yet-have-a-python-interpreter-unix>`, and :ref:`Installing
- Pyramid on a Windows System <installing_windows>`.
+.. seealso:: See also :ref:`For Mac OS X Users <for-mac-os-x-users>`, :ref:`If
+ You Don't Yet Have a Python Interpreter (UNIX)
+ <if-you-don-t-yet-have-a-python-interpreter-unix>`, and :ref:`If You Don't
+ Yet Have a Python Interpreter (Windows)
+ <if-you-don-t-yet-have-a-python-interpreter-windows>`.
.. _create-a-project-directory-structure: