Skip to content

Commit

Permalink
Merge pull request #1352 from willingc/stub-virtualenv
Browse files Browse the repository at this point in the history
Add stub for a how-to guide for virtualenv
  • Loading branch information
chrysle committed Nov 8, 2023
2 parents a610ce4 + 8551226 commit 27770ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/guides/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ introduction to packaging, see :doc:`/tutorials/index`.
:caption: Installing Packages:

installing-using-pip-and-virtual-environments
installing-using-virtualenv
installing-stand-alone-command-line-tools
installing-using-linux-tools
installing-scientific-packages
Expand Down
15 changes: 15 additions & 0 deletions source/guides/installing-using-virtualenv.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Installing packages using virtualenv
====================================

This guide discusses how to install packages using :ref:`pip` and
:ref:`virtualenv`, a tool to create isolated Python environments.

.. important::
This "how to" guide on installing packages and using :ref:`virtualenv` is
under development. Please refer to the :ref:`virtualenv` documentation for
details on installation and usage.


.. note:: This doc uses the term **package** to refer to a
:term:`Distribution Package` which is different from an :term:`Import
Package` that which is used to import modules in your Python source code.

0 comments on commit 27770ec

Please sign in to comment.