README.md
author cavaliet
Mon, 20 Oct 2014 15:00:19 +0200
changeset 47 33002744dbbd
parent 45 8d2fb4ec85d7
child 78 37bb8e326446
permissions -rw-r--r--
Merge with 8d2fb4ec85d780422af207a1e8425d82921eef1e


# 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/annotation -b http://localhost/~ymh/platform/ldtplatform/ -p  <project_guid> -E test -H ANNOT -v -v -s "2014-06-19T12:14:48+02" -R -P "{\"username\": \"<username>\",\"api_key\":\"<username api key>\"}"
```