Getting Started#
Installing#
Since this framework will not be maintained, you will not find it available in PyPI nor conda-forge. But, it’s still possible to install it through pip with:
pip install git+https://github.com/simpeg/inversion-design-ideas
Install from source#
Alternatively, we could clone the repository and install the package from source.
Clone the repository:
git clone https://github.com/simpeg/inversion-design-ideas
Navigate to the cloned repository:
cd inversin-design-ideas
Use
pipto install it:pip install .