Installation

The following details how to install the astrogrism Python package.

Quick Installation

Installing the released version can be done using pip:

pip install astrogrism --upgrade

or if you want the latest development version, you can install via GitHub:

pip install git+https://github.com/spacetelescope/astrogrism --upgrade

Developer Installation

To install astrogrism for development or from source in editable mode:

git clone https://github.com/spacetelescope/astrogrism.git
cd astrogrism
pip install -e .

See Quickstart to learn how to run astrogrism.