Skip to content

Commit c803543

Browse files
authored
Update linux.rst
1 parent eab357e commit c803543

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/starting/install3/linux.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ However, when using virtual environments (described bellow), you don't need to
8787
care about that.
8888

8989

90-
Virtual Environments
91-
--------------------
90+
Pipenv & Virtual Environments
91+
-----------------------------
92+
93+
The next step it to install Pipenv, so you can install dependencies and manage virtual environments.
9294

9395
A Virtual Environment is a tool to keep the dependencies required by different projects
9496
in separate places, by creating virtual Python environments for them. It solves the
@@ -98,11 +100,7 @@ your global site-packages directory clean and manageable.
98100
For example, you can work on a project which requires Django 1.10 while also
99101
maintaining a project which requires Django 1.8.
100102

101-
To start using this and see more information: :ref:`Virtual Environments <virtualenvironments-ref>` docs.
102-
103-
You can also use :ref:`virtualenvwrapper <virtualenvwrapper-ref>` to make it easier to
104-
manage your virtual environments.
105-
103+
So, onward! To the :ref:`Pipenv & Virtual Environments <virtualenvironments-ref>` docs!
106104

107105
--------------------------------
108106

0 commit comments

Comments
 (0)