Installation#
probconcept supports Python >= 3.8.
Installing with pip#
probconcept is available on PyPI. Just run
pip install probconcept
Installing from source#
To install probconcept from source, first clone the repository:
git clone https://github.com/frank-engel-usgs/probconcept.git
cd probconcept
Then run
pip install -e .