diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-09-24 20:39:45 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-09-24 20:39:45 -0700 |
| commit | 21f2b61272f83de110087344e68f32953cd7b42f (patch) | |
| tree | 4ba670ff6f3634e1cd063e98a41e2c71b267b703 /docs/quick_tutorial/requirements.rst | |
| parent | 5b33ff66090e4f2b0249cc85341cce09d0b57fca (diff) | |
| download | pyramid-21f2b61272f83de110087344e68f32953cd7b42f.tar.gz pyramid-21f2b61272f83de110087344e68f32953cd7b42f.tar.bz2 pyramid-21f2b61272f83de110087344e68f32953cd7b42f.zip | |
Why use venv/bin/pip instead of source bin/activate then pip?
- Closes #2610
Diffstat (limited to 'docs/quick_tutorial/requirements.rst')
| -rw-r--r-- | docs/quick_tutorial/requirements.rst | 3 |
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: |
