Installing mf6adj

Install from PyPI

Install the latest release with pip:

pip install mf6adj

Install from conda-forge

Install the latest release into a conda environment:

conda install -c conda-forge mf6adj

Install from GitHub

Install the latest development version directly from GitHub:

pip install git+https://github.com/INTERA-Inc/mf6adj.git

Install a specific tag, branch, or commit by appending a ref:

pip install git+https://github.com/INTERA-Inc/mf6adj.git@<ref>

For example, install from a tag:

pip install git+https://github.com/INTERA-Inc/mf6adj.git@v1.0.0

Developer install from a local clone

Clone the repository and install in editable mode:

git clone https://github.com/INTERA-Inc/mf6adj.git
cd mf6adj
pip install -e .

To include developer dependencies:

pip install -e '.[dev]'