File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ If the Homebrew version of Python 3 is installed then ``pip3`` will point to Pyt
106
106
Pipenv & Virtual Environments
107
107
-----------------------------
108
108
109
- The next step it to install Pipenv, so you can install dependencies and manage virtual environments.
109
+ The next step is to install Pipenv, so you can install dependencies and manage virtual environments.
110
110
111
111
A Virtual Environment is a tool to keep the dependencies required by different projects
112
112
in separate places, by creating virtual Python environments for them. It solves the
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ To install pip, run the Python script available here:
87
87
Pipenv & Virtual Environments
88
88
-----------------------------
89
89
90
- The next step it to install Pipenv, so you can install dependencies and manage virtual environments.
90
+ The next step is to install Pipenv, so you can install dependencies and manage virtual environments.
91
91
92
92
A Virtual Environment is a tool to keep the dependencies required by different projects
93
93
in separate places, by creating virtual Python environments for them. It solves the
You can’t perform that action at this time.
0 commit comments