IATI code examples in Python Installation and setup python3 -m virtualenv venv source venv/bin/activate pip3 install -r requirements.txt Test pytest