Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
no more bellowing required by reader.
  • Loading branch information
Nils Diefenbach committed Oct 16, 2017
1 parent 3b59736 commit cc02d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/starting/install3/linux.rst
Expand Up @@ -85,14 +85,14 @@ command is meant for Python 2, while the ``pip3`` command is meant for Python 3.
$ command -v pip3
However, when using virtual environments (described bellow), you don't need to
However, when using virtual environments (described below), you don't need to
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
Expand Down

0 comments on commit cc02d1c

Please sign in to comment.