diff options
author | Kali Kaneko <kali@leap.se> | 2013-05-08 02:26:26 +0900 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-05-08 02:26:26 +0900 |
commit | c8c77b406946287110d2a6092c4d4ad419925981 (patch) | |
tree | 01b94e235f2932141d5464ed61b3c4e549c66bb3 /README | |
parent | cb49c8687a12a98b8d216b62bd49d90d6b1fa422 (diff) |
update setup, deps are in pypi now
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/README b/README deleted file mode 100644 index c03b766b..00000000 --- a/README +++ /dev/null @@ -1,24 +0,0 @@ -Soledad -- Synchronization Of Locally Encrypted Data Among Devices -================================================================== - -This software is under development. - -Dependencies ------------- - -The following Soledad dependencies have not been packaged in pypi yet, and so -are downloaded directly from their repositories (see `setup.py`): - - * pysqlcipher: pysqlite fork that binds to SQLCipher libraries. - Repository: git://git.futeisha.org/pysqlcipher.git@develop - - * leap.common: Leap's common code (provides config, events, testing, etc). - Repository: ssh://code.leap.se/leap_pycommon.git@develop - -Tests ------ - -To run CouchDB tests, be sure you have CouchDB installed on your system. -Tests can be run with: - - python setup.py test |