File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
8890A Virtual Environment is a tool to keep the dependencies required by different projects
8991in separate places, by creating virtual Python environments for them. It solves the
@@ -93,8 +95,7 @@ your global site-packages directory clean and manageable.
9395For example, you can work on a project which requires Django 1.10 while also
9496maintaining 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
You can’t perform that action at this time.
0 commit comments