Installation

The following details how to install the jdaviz Python package.

Quick Installation

Installing can be done using pip:

pip install --upgrade jdaviz

or via Github:

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

Developer Installation

To install jdaviz for development, or from source:

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

See Quickstart to learn how to run jdaviz.