diff -r dd91da180852 -r ebfd0d3cffab README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Thu Oct 16 03:22:00 2014 +0200 @@ -0,0 +1,14 @@ + +# Mons software suite + +To create the virtualenv: + +``` +STATIC_DEPS=true pip install -r requirements.txt +``` + +Usage for export_annotations.py: + +``` +python export_annotations.py -a http://localhost:8080/p/api/annotations -b http://localhost/~ymh/platform/ldtplatform/ -p -E test -H ANNOT -v -v -s "2014-06-19T12:14:48+02" -R -P "{\"username\": \"\",\"api_key\":\"\"}" +```