Installation¶
pip¶
You can install the most recent stable version by using:
pip install probeye
From the source¶
Clone the repository and install the package locally using (run from the root of the repository):
pip install .
pip install -e .[tests,lint_type_checks,docs]
pip install --user ".[tests,lint_type_checks,docs]"