Merge pull request #850 from Armour/master

fixed typo
This commit is contained in:
2017-11-02 15:41:20 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ If the Homebrew version of Python 3 is installed then ``pip3`` will point to Pyt
Pipenv & Virtual Environments Pipenv & Virtual Environments
----------------------------- -----------------------------
The next step it to install Pipenv, so you can install dependencies and manage virtual environments. The next step is 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 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 in separate places, by creating virtual Python environments for them. It solves the
+1 -1
View File
@@ -87,7 +87,7 @@ To install pip, run the Python script available here:
Pipenv & Virtual Environments Pipenv & Virtual Environments
----------------------------- -----------------------------
The next step it to install Pipenv, so you can install dependencies and manage virtual environments. The next step is 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 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 in separate places, by creating virtual Python environments for them. It solves the