summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-02-14 14:30:24 -0200
committerdrebs <drebs@leap.se>2013-02-14 14:30:24 -0200
commit2005acb21a8ac678b5efb65873b1e0a56dd6a4ea (patch)
tree957729e69f5cffe870d6679bd31653011185c5db /README
parent82006e3b7e502b9fb4e45a00fdf332e4af5fc752 (diff)
Add pysqlcipher dependency to README.
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index b14d5932..3c886577 100644
--- a/README
+++ b/README
@@ -12,11 +12,25 @@ Soledad depends on the following python libraries:
* python-gnupg 0.3.1 [2]
* CouchDB 0.8 [3]
* hmac 20101005 [4]
+ * pysqlcipher [5]
[1] http://pypi.python.org/pypi/u1db/0.1.4
[2] http://pypi.python.org/pypi/python-gnupg/0.3.1
[3] http://pypi.python.org/pypi/CouchDB/0.8
[4] http://pypi.python.org/pypi/hmac/20101005
+[5] Instructions for downloading and installing are below.
+
+pysqlcipher
+-----------
+
+Pysqlcipher is an experimental fork of pysqlite, and is statically linked
+against sqlcipher.
+
+To install it, do the following:
+
+ git clone git://git.futeisha.org/pysqlcipher.git
+ cd pysqlcipher
+ python setup.py install
Tests