Installation
To install roman_photoz, simply use pip:
pip install roman_photoz
Development
To install the development version of roman_photoz, you can clone the repository and install it in editable mode:
Clone the repository:
git clone https://github.com/spacetelescope/roman_photoz.git
Navigate to the project directory:
cd roman_photoz
Install package in editable mode. For example, on macOS:
pip install -e ".[dev]"