Skip to content

Installation

Currently, the package is distributed via GitHub only. You can install it with pip:

# specific version from a tagged release (recommended) 
pip install git+https://github.com/undp-data/st-undp.git@0.1.0

# latest version from the default branch (not recommended)
pip install git+https://github.com/undp-data/st-undp.git

You can also add it to your requirements.txt:

st-undp @ git+https://github.com/undp-data/st-undp.git@0.1.0

See VCS Support for more details.