A community-built library to fetch Epicollect5 data in Python. View it on Githubarrow-up-right.
python code: Rodrigo E. Principe (fitoprincipe82 at gmail)
EpiCollect expert: Pablo Masera (pablomasera83 at gmail)
pip install pyepicollect
See example in binder. arrow-up-right
Make a virtual environment: (see https://docs.python-guide.org/dev/virtualenvs/#lower-level-virtualenvarrow-up-right)
virtualenv env --python=python3
Make sure to name the environment env so it's ignored by git. Do not do:
env
virtualenv venv --python=python3
install requirments
pip install -r requirements.txt
run test
python -m pytest -v
Last updated 1 year ago