summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-09-25 00:53:07 -0700
committerGitHub <noreply@github.com>2016-09-25 00:53:07 -0700
commit1ca1069e9c6c3ee4475a8cb6656cab90a7bd48e3 (patch)
tree4ba670ff6f3634e1cd063e98a41e2c71b267b703 /docs/quick_tutorial
parent5b33ff66090e4f2b0249cc85341cce09d0b57fca (diff)
parent21f2b61272f83de110087344e68f32953cd7b42f (diff)
downloadpyramid-1ca1069e9c6c3ee4475a8cb6656cab90a7bd48e3.tar.gz
pyramid-1ca1069e9c6c3ee4475a8cb6656cab90a7bd48e3.tar.bz2
pyramid-1ca1069e9c6c3ee4475a8cb6656cab90a7bd48e3.zip
Merge pull request #2772 from stevepiercy/master
Why use venv/bin/pip instead of source bin/activate then pip?
Diffstat (limited to 'docs/quick_tutorial')
-rw-r--r--docs/quick_tutorial/requirements.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst
index 1de9a8acf..afa8ed104 100644
--- a/docs/quick_tutorial/requirements.rst
+++ b/docs/quick_tutorial/requirements.rst
@@ -179,6 +179,9 @@ time of its release.
# Windows
c:\> %VENV%\Scripts\pip install --upgrade pip setuptools
+.. seealso:: See also :ref:`Why use $VENV/bin/pip instead of source
+ bin/activate, then pip <venv-bin-pip-vs-source-bin-activate>`.
+
.. _install-pyramid: