File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 /
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Easy installation
3232-----------------
3333You 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 _
3838distributions of GNU/Linux.
Original file line number Diff line number Diff line change @@ -19,11 +19,14 @@ Newer versions are available from homebrew_ on OS X and from FreeBSD ports.
1919The llfuse _ python package is also required if you wish to mount an
2020archive 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+
2225Installing from PyPI using pip
2326------------------------------
2427::
2528
26- $ pip install Attic
29+ $ pip3 install Attic
2730
2831Installing from source tarballs
2932-------------------------------
You can’t perform that action at this time.
0 commit comments