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:
82
82
`get-pip.py <https://raw.github.com/pypa/pip/master/contrib/get-pip.py >`_
83
83
84
84
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.
87
89
88
90
A Virtual Environment is a tool to keep the dependencies required by different projects
89
91
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.
93
95
For example, you can work on a project which requires Django 1.10 while also
94
96
maintaining a project which requires Django 1.8.
95
97
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!
98
99
99
100
--------------------------------
100
101
You can’t perform that action at this time.
0 commit comments