mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 08:45:13 +00:00
install docs: don't use "from" twice
it always abstracts "pypi" and "github" away (technical words that are not necessary). pip remains.
This commit is contained in:
parent
3a72fbe418
commit
2c3f3f1b07
1 changed files with 4 additions and 4 deletions
|
@ -159,8 +159,8 @@ In case the creation of the virtual environment fails, try deleting this file::
|
||||||
|
|
||||||
.. _pip-installation:
|
.. _pip-installation:
|
||||||
|
|
||||||
From PyPi / using pip
|
Using pip
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
Virtualenv_ can be used to build and install |project_name| without affecting
|
Virtualenv_ can be used to build and install |project_name| without affecting
|
||||||
the system Python or requiring root access. Using a virtual environment is
|
the system Python or requiring root access. Using a virtual environment is
|
||||||
|
@ -189,8 +189,8 @@ activating your virtual environment::
|
||||||
|
|
||||||
.. _git-installation:
|
.. _git-installation:
|
||||||
|
|
||||||
From Github / using git
|
Using git
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~
|
||||||
|
|
||||||
This uses latest, unreleased development code from git.
|
This uses latest, unreleased development code from git.
|
||||||
While we try not to break master, there are no guarantees on anything. ::
|
While we try not to break master, there are no guarantees on anything. ::
|
||||||
|
|
Loading…
Reference in a new issue