README.md
changeset 26 ebfd0d3cffab
child 45 8d2fb4ec85d7
equal deleted inserted replaced
25:dd91da180852 26:ebfd0d3cffab
       
     1 
       
     2 # Mons software suite
       
     3 
       
     4 To create the virtualenv:
       
     5 
       
     6 ```
       
     7 STATIC_DEPS=true pip install -r requirements.txt
       
     8 ```
       
     9 
       
    10 Usage for export_annotations.py:
       
    11 
       
    12 ```
       
    13 python export_annotations.py -a http://localhost:8080/p/api/annotations -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>\"}"
       
    14 ```