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 `_ . 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