summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-10 16:08:38 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-10 16:08:38 -0700
commitec1bbffae07cd8b573ba007b367b9eec2902a364 (patch)
tree03f189c409778d4b219409de97d725d009aa05f5 /docs/quick_tutorial
parent469b5e7276555f5347fdc5dfde938d738920583f (diff)
downloadpyramid-ec1bbffae07cd8b573ba007b367b9eec2902a364.tar.gz
pyramid-ec1bbffae07cd8b573ba007b367b9eec2902a364.tar.bz2
pyramid-ec1bbffae07cd8b573ba007b367b9eec2902a364.zip
- update installation.rst to use pip, pyvenv, Python 3.4
- simplify installation.rst by removing not-Pyramid things (installing Python and requirements for installing packages) while providing official external references - update cross-reference in quick_tutorial requirements.rst - add glossary entry for pyvenv
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: