Skip to content

Commit 27770ec

Browse files
authored
Merge pull request pypa#1352 from willingc/stub-virtualenv
Add stub for a how-to guide for virtualenv
2 parents a610ce4 + 8551226 commit 27770ec

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

source/guides/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ introduction to packaging, see :doc:`/tutorials/index`.
1010
:caption: Installing Packages:
1111

1212
installing-using-pip-and-virtual-environments
13+
installing-using-virtualenv
1314
installing-stand-alone-command-line-tools
1415
installing-using-linux-tools
1516
installing-scientific-packages
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Installing packages using virtualenv
2+
====================================
3+
4+
This guide discusses how to install packages using :ref:`pip` and
5+
:ref:`virtualenv`, a tool to create isolated Python environments.
6+
7+
.. important::
8+
This "how to" guide on installing packages and using :ref:`virtualenv` is
9+
under development. Please refer to the :ref:`virtualenv` documentation for
10+
details on installation and usage.
11+
12+
13+
.. note:: This doc uses the term **package** to refer to a
14+
:term:`Distribution Package` which is different from an :term:`Import
15+
Package` that which is used to import modules in your Python source code.

0 commit comments

Comments
 (0)