From caebc3b3ce205125801ebc669c960c1ab5e43702 Mon Sep 17 00:00:00 2001 From: Aditya Date: Thu, 5 Oct 2017 13:36:40 +0530 Subject: [PATCH 1/2] Update the link for latest available Python 2.7 release for Windows --- docs/starting/install/win.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install/win.rst b/docs/starting/install/win.rst index 8733e998e..57bb2058e 100644 --- a/docs/starting/install/win.rst +++ b/docs/starting/install/win.rst @@ -5,7 +5,7 @@ Installing Python 2 on Windows .. image:: https://farm5.staticflickr.com/4268/34435688560_4cc2a7bcbb_k_d.jpg -First, download the `latest version `_ +First, download the `latest version `_ of Python 2.7 from the official website. If you want to be sure you are installing a fully up-to-date version, click the Downloads > Windows link from the home page of the `Python.org web site `_ . From 296e780c77e32f2d1a69f8f05afb1fbdaa157bf6 Mon Sep 17 00:00:00 2001 From: Aditya Date: Thu, 5 Oct 2017 13:39:55 +0530 Subject: [PATCH 2/2] Update the link for latest available Python 3.6 release for Windows --- docs/starting/install3/win.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/starting/install3/win.rst b/docs/starting/install3/win.rst index 5fb1b2d8c..7e9fb8c31 100644 --- a/docs/starting/install3/win.rst +++ b/docs/starting/install3/win.rst @@ -5,7 +5,7 @@ Installing Python 3 on Windows .. image:: https://farm5.staticflickr.com/4276/34435689480_2e6f358510_k_d.jpg -First, download the `latest version `_ +First, download the `latest version `_ of Python 3.6 from the official website. If you want to be sure you are installing a fully up-to-date version, click the Downloads > Windows link from the home page of the `Python.org web site `_ . @@ -87,7 +87,7 @@ To install pip, run the Python script available here: Pipenv & Virtual Environments ----------------------------- -The next step it to install Pipenv, so you can install dependencies and manage 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