File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ care about that.
9292Pipenv & Virtual Environments
9393-----------------------------
9494
95- The next step it to install Pipenv, so you can install dependencies and manage virtual environments.
95+ The next step is to install Pipenv, so you can install dependencies and manage virtual environments.
9696
9797A Virtual Environment is a tool to keep the dependencies required by different projects
9898in separate places, by creating virtual Python environments for them. It solves the
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
106106Pipenv & Virtual Environments
107107-----------------------------
108108
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.
110110
111111A Virtual Environment is a tool to keep the dependencies required by different projects
112112in 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:
8787Pipenv & Virtual Environments
8888-----------------------------
8989
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.
9191
9292A Virtual Environment is a tool to keep the dependencies required by different projects
9393in separate places, by creating virtual Python environments for them. It solves the
You can’t perform that action at this time.
0 commit comments