Setup and Installation

IS2view is available for download from the GitHub repository, the Python Package Index (pypi), and from conda-forge.

The simplest installation for most users will likely be using conda:

conda install -c conda-forge is2view

conda installed versions of IS2view can be upgraded to the latest stable release:

conda update is2view

To use the development repository, please fork IS2view into your own account and then clone onto your system:

git clone https://github.com/tsutterley/IS2view.git

IS2view can then be installed within the package directory using pip:

python3 -m pip install --user .

To include all optional dependencies:

python3 -m pip install --user .[all]

The development version of IS2view can also be installed directly from GitHub using pip:

python3 -m pip install --user git+https://github.com/tsutterley/IS2view.git