From 6579fccc1cba64ff8fd167dfb05bf35bb31d281c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 Aug 2017 19:03:23 -0400 Subject: [PATCH] Update win.rst --- docs/starting/install3/win.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/starting/install3/win.rst b/docs/starting/install3/win.rst index bb6c38f..c135336 100644 --- a/docs/starting/install3/win.rst +++ b/docs/starting/install3/win.rst @@ -82,8 +82,10 @@ To install pip, run the Python script available here: `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 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 maintaining a project which requires Django 1.8. -To start using this and see more information: :ref:`Virtual Environments ` docs. - +So, onward! To the :ref:`Pipenv & Virtual Environments ` docs! --------------------------------