From 2541d684b4810a7f9e0dcc966ed30bdfc1bfcad8 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Tue, 31 Mar 2015 03:29:16 +0200 Subject: [PATCH] update README do not duplicate requirements there, but rather point to setup.py --- README.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 15ba4463d..38c469978 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ Space efficient storage Optional data encryption All data can be protected using 256-bit AES encryption and data integrity - and authenticity is verified using HMAC-SHA256. + and authenticity is verified using a MAC (message authentication code). Off-site backups Attic can store data on any remote host accessible over SSH. This is @@ -36,9 +36,10 @@ Backups mountable as filesystems What do I need? --------------- -Attic requires Python 3.2 or above to work. Besides Python, Attic also requires -msgpack-python and sufficiently recent OpenSSL (>= 1.0.0). +Attic requires Python 3.2 or above to work. +Attic also requires a sufficiently recent OpenSSL (>= 1.0.0). In order to mount archives as filesystems, llfuse is required. +For other python requirements, please see setup.py install_requires. How do I install it? -------------------- @@ -56,7 +57,7 @@ Where are the tests? The tests are in the attic/testsuite package. To run the test suite use the following command:: - $ fakeroot -u python -m attic.testsuite.run + $ fakeroot -u tox # you need to have tox installed .. |build| image:: https://travis-ci.org/attic/merge.svg :alt: Build Status