Skip to content

Commit

Permalink
pyvenv -> venv in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Dec 1, 2017
1 parent 607292f commit 5bc86a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.rst
Expand Up @@ -14,7 +14,7 @@ or to install also extra dependencies::

.. tip::

Use `pyvenv`_ to create isolated Python environment first,
Use `venv`_ to create isolated Python environment first,
instead of installing everything system-wide.

.. _installation-src:
Expand Down Expand Up @@ -60,5 +60,5 @@ request a feature, please :ref:`open an issue ticket
<reporting-issues>`.

.. _setuptools: https://setuptools.readthedocs.io/en/latest/
.. _pyvenv: https://docs.python.org/3/library/venv.html
.. _venv: https://docs.python.org/3/library/venv.html
.. _IPython: http://ipython.readthedocs.io/en/stable/

0 comments on commit 5bc86a8

Please sign in to comment.