Installation
Using uv
uv is an extremely fast Python package installer.
You can use it to install teritorio and try it out:
$ uv pip install teritorio
Using a PEP 621 compliant build backend
PEP 621 is the standard way to store your dependencies in a pyproject.toml file.
You can add teritorio to your pyproject.toml file:
[project]
dependencies = [
"teritorio",
....
]
It is advised to always use the latest release, so that you'll get the latest ISO codes
Python Version Requirement
Please note that teritorio requires Python 3.10 or higher. If you're not using uv,
please ensure that you have such a version installed in your system.