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.

  1. Clone the repository:

    git clone https://github.com/simpeg/inversion-design-ideas
    
  2. Navigate to the cloned repository:

    cd inversin-design-ideas
    
  3. Use pip to install it:

    pip install .