Skip to content

Commit 6579fcc

Browse files
authored
Update win.rst
1 parent 4c5f4c2 commit 6579fcc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/starting/install3/win.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,10 @@ To install pip, run the Python script available here:
8282
`get-pip.py <https://raw.github.com/pypa/pip/master/contrib/get-pip.py>`_
8383

8484

85-
Virtual Environments
86-
--------------------
85+
Pipenv & Virtual Environments
86+
-----------------------------
87+
88+
The next step it to install Pipenv, so you can install dependencies and manage virtual environments.
8789

8890
A Virtual Environment is a tool to keep the dependencies required by different projects
8991
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.
9395
For example, you can work on a project which requires Django 1.10 while also
9496
maintaining a project which requires Django 1.8.
9597

96-
To start using this and see more information: :ref:`Virtual Environments <virtualenvironments-ref>` docs.
97-
98+
So, onward! To the :ref:`Pipenv & Virtual Environments <virtualenvironments-ref>` docs!
9899

99100
--------------------------------
100101

0 commit comments

Comments
 (0)