mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Update win.rst
This commit is contained in:
@@ -82,8 +82,10 @@ To install pip, run the Python script available here:
|
|||||||
`get-pip.py <https://raw.github.com/pypa/pip/master/contrib/get-pip.py>`_
|
`get-pip.py <https://raw.github.com/pypa/pip/master/contrib/get-pip.py>`_
|
||||||
|
|
||||||
|
|
||||||
Virtual Environments
|
Pipenv & Virtual Environments
|
||||||
--------------------
|
-----------------------------
|
||||||
|
|
||||||
|
The next step it to install Pipenv, so you can install dependencies and manage virtual environments.
|
||||||
|
|
||||||
A Virtual Environment is a tool to keep the dependencies required by different projects
|
A Virtual Environment is a tool to keep the dependencies required by different projects
|
||||||
in separate places, by creating virtual Python environments for them. It solves the
|
in separate places, by creating virtual Python environments for them. It solves the
|
||||||
@@ -93,8 +95,7 @@ your global site-packages directory clean and manageable.
|
|||||||
For example, you can work on a project which requires Django 1.10 while also
|
For example, you can work on a project which requires Django 1.10 while also
|
||||||
maintaining a project which requires Django 1.8.
|
maintaining a project which requires Django 1.8.
|
||||||
|
|
||||||
To start using this and see more information: :ref:`Virtual Environments <virtualenvironments-ref>` docs.
|
So, onward! To the :ref:`Pipenv & Virtual Environments <virtualenvironments-ref>` docs!
|
||||||
|
|
||||||
|
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user