fixed typo

This commit is contained in:
Chong Guo
2017-10-09 14:23:43 -07:00
parent 3b597362c6
commit 1cd8fd2e82
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ care about that.
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
in separate places, by creating virtual Python environments for them. It solves the
+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
-----------------------------
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
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
-----------------------------
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
in separate places, by creating virtual Python environments for them. It solves the