Installation¶
ObsPlus Should run on all the major operating systems.
There are a few options for installing ObsPlus:
1) Conda¶
ObsPlus is on conda-forge. Conda is the easiest method to install ObsPlus.
conda install obsplus -c conda-forge
2) Pip¶
ObsPlus is on PyPi, use pip to install the most recent release:
pip install obsplus
3) From source¶
For the most up-to-date version, install from source (master).
First clone the source repo
git clone https://github.com/niosh-mining/obsplus
cd obsplus
then install with pip
pip install .
or install in development mode if you plan to contribute
pip install -e .[dev]
No other installation options are supported.