Skip to content

Install the package

Carsten Fortmann-Grote edited this page Mar 26, 2024 · 1 revision

Install from the cloned repo useful for development

$ pip install -e .

Install tip of main branch from github

$ pip install git+https://github.com/USER/REPO

Install from from github package release

$ pip install git+https://github.com/USER/REPO@RELEASE

Clone this wiki locally