Beginning with the next version (0.9.0), JWST requires Python 3.5 and above.
Releases are made on the stable branch. To install the latest release:
% git clone https://github.com/STScI-JWST/jwst.git
% cd jwst
% git checkout stable
% python setup.py install
The main development is on the master branch. To install the development version:
% git clone https://github.com/STScI-JWST/jwst.git
% cd jwst
% python setup.py install
or
% python setup.py develop
We welcome feedback and contributions to the project. Please follow the contributing guidelines to submit an issue or a pull request.
We strive to provide a welcoming community to all of our users by abiding to the Code of Conduct.
Documentation (latest off master
) is available here: