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:

  1. Clone the repository:

    git clone https://github.com/spacetelescope/roman_photoz.git
    
  2. Navigate to the project directory:

    cd roman_photoz
    
  3. Install package in editable mode. For example, on macOS:

    pip install -e ".[dev]"