From cc02d1cfa84dd02c6b3d79f33a3cdd5dfb0a81a1 Mon Sep 17 00:00:00 2001 From: Nils Diefenbach <23okrs20+github@mykolab.com> Date: Mon, 16 Oct 2017 11:38:35 +0200 Subject: [PATCH] Fixing typos no more bellowing required by reader. --- docs/starting/install3/linux.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/starting/install3/linux.rst b/docs/starting/install3/linux.rst index 3d0a38636..a152502e3 100644 --- a/docs/starting/install3/linux.rst +++ b/docs/starting/install3/linux.rst @@ -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