Skip to content
Snippets Groups Projects
Christophe Benz's avatar
abeafa95

FAO fetcher

Download and convert data from FAO.

Install

Use a virtual environment

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pip install -f requirements-dev.txt