Installation
Contents
Installation#
Pre-requisite#
Inversion Test Suite requires Python 3.6+, and the following dependencies:
numpy>=1.18
scipy>=1.0.0
Install#
It’s optional, but recommended to use a virtual environment:
conda create -n ITP_env scipy jupyterlab matplotlib
conda activate ITP_env
Install CoFI with:
python3 -m pip install --index-url https://test.pypi.org/simple/ inversiontestproblems-h-hollmann
Uploading to conda-forge is still work in progress.
It won’t be long!
If you’d like to build from source, clone the repository:
git clone https://github.com/inlab-geo/inversion-test-problems.git
cd inversion-test-problems
conda create -n ITP_env scipy matplotlib
conda activate ITP_env
pip install build
python -m build
pip install dist/*.whl