============ Installation ============ To install ``roman_photoz``, simply use pip: .. code-block:: bash 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: .. code-block:: bash git clone https://github.com/spacetelescope/roman_photoz.git 2. Navigate to the project directory: .. code-block:: bash cd roman_photoz 3. Install package in editable mode. For example, on macOS: .. code-block:: bash pip install -e ".[dev]"