Installation

The following details how to install the jdaviz Python package.

If you encounter problems while following these installation instructions, please consult known installation issues.

Quick Installation

Installing the released version can be done using pip:

pip install jdaviz --upgrade

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

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

Developer Installation

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

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

See Quickstart to learn how to run jdaviz.