|
@@ -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
|
|
|
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
|
|
|
------------------------------
|
|
|
::
|
|
|
|
|
|
- $ pip install Attic
|
|
|
+ $ pip3 install Attic
|
|
|
|
|
|
Installing from source tarballs
|
|
|
-------------------------------
|