1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 08:16:54 +00:00

Improve installatoin instructions.

Specifically refer to pip3 instead of pip to avoid potential
confusion.

Also mention virtualenv
This commit is contained in:
Jonas Borgström 2015-04-27 22:35:06 +02:00
parent 64e8ea72ac
commit c79b5357f8
3 changed files with 6 additions and 2 deletions

View file

@ -23,3 +23,4 @@
.. _Arch Linux: https://aur.archlinux.org/packages/attic/ .. _Arch Linux: https://aur.archlinux.org/packages/attic/
.. _Slackware: http://slackbuilds.org/result/?search=Attic .. _Slackware: http://slackbuilds.org/result/?search=Attic
.. _Cython: http://cython.org/ .. _Cython: http://cython.org/
.. _virtualenv: https://pypi.python.org/pypi/virtualenv/

View file

@ -32,7 +32,7 @@ Easy installation
----------------- -----------------
You can use pip to install |project_name| quickly and easily:: You can use pip to install |project_name| quickly and easily::
$ pip install attic $ pip3 install attic
|project_name| is also part of the Debian_, Ubuntu_, `Arch Linux`_ and Slackware_ |project_name| is also part of the Debian_, Ubuntu_, `Arch Linux`_ and Slackware_
distributions of GNU/Linux. distributions of GNU/Linux.

View file

@ -19,11 +19,14 @@ Newer versions are available from homebrew_ on OS X and from FreeBSD ports.
The llfuse_ python package is also required if you wish to mount an The llfuse_ python package is also required if you wish to mount an
archive as a FUSE filesystem. archive as a FUSE filesystem.
Virtualenv_ can be used to build and install |project_name|
without affecting the system Python or requiring root access.
Installing from PyPI using pip Installing from PyPI using pip
------------------------------ ------------------------------
:: ::
$ pip install Attic $ pip3 install Attic
Installing from source tarballs Installing from source tarballs
------------------------------- -------------------------------