diff options
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 |