From 2c3f3f1b07253371795a14d7674d1693d4355f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sun, 15 Nov 2015 22:20:07 -0500 Subject: [PATCH] install docs: don't use "from" twice it always abstracts "pypi" and "github" away (technical words that are not necessary). pip remains. --- docs/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 33816144f..7a3f40500 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -159,8 +159,8 @@ In case the creation of the virtual environment fails, try deleting this file:: .. _pip-installation: -From PyPi / using pip -~~~~~~~~~~~~~~~~~~~~~ +Using pip +~~~~~~~~~ Virtualenv_ can be used to build and install |project_name| without affecting the system Python or requiring root access. Using a virtual environment is @@ -189,8 +189,8 @@ activating your virtual environment:: .. _git-installation: -From Github / using git -~~~~~~~~~~~~~~~~~~~~~~~ +Using git +~~~~~~~~~ This uses latest, unreleased development code from git. While we try not to break master, there are no guarantees on anything. ::