Skip to content

Commit aa57f2e

Browse files
committed
add stub how-to guide for virtualenv
1 parent 7f11a7e commit aa57f2e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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 `virtualenv's documentation`_ for
10+
details on installation and usage.
11+
12+
.. virtualenv's documentation:: https://virtualenv.pypa.io/
13+
14+
15+
.. note:: This doc uses the term **package** to refer to a
16+
:term:`Distribution Package` which is different from an :term:`Import
17+
Package` that which is used to import modules in your Python source code.

0 commit comments

Comments
 (0)