Skip to content
Snippets Groups Projects
README.md 218 B
Newer Older
# FAO fetcher

Download and convert data from FAO.

## Install

Use a virtual environment

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