Skip to content

Commit c79b535

Browse files
committed
Improve installatoin instructions.
Specifically refer to pip3 instead of pip to avoid potential confusion. Also mention virtualenv
1 parent 64e8ea7 commit c79b535

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/global.rst.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@
2323
.. _Arch Linux: https://aur.archlinux.org/packages/attic/
2424
.. _Slackware: http://slackbuilds.org/result/?search=Attic
2525
.. _Cython: http://cython.org/
26+
.. _virtualenv: https://pypi.python.org/pypi/virtualenv/

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Easy installation
3232
-----------------
3333
You can use pip to install |project_name| quickly and easily::
3434

35-
$ pip install attic
35+
$ pip3 install attic
3636

3737
|project_name| is also part of the Debian_, Ubuntu_, `Arch Linux`_ and Slackware_
3838
distributions of GNU/Linux.

docs/installation.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@ Newer versions are available from homebrew_ on OS X and from FreeBSD ports.
1919
The llfuse_ python package is also required if you wish to mount an
2020
archive as a FUSE filesystem.
2121

22+
Virtualenv_ can be used to build and install |project_name|
23+
without affecting the system Python or requiring root access.
24+
2225
Installing from PyPI using pip
2326
------------------------------
2427
::
2528

26-
$ pip install Attic
29+
$ pip3 install Attic
2730

2831
Installing from source tarballs
2932
-------------------------------

0 commit comments

Comments
 (0)