Developer
Installation

Installation

This page covers the dependency-installation sequence used for local Lariba Cloud backend development.

Prerequisites

Use the Python version selected by the current Lariba Cloud checkout and work inside an isolated local Python environment.

Run backend commands from the backend directory.

Install dependencies

Upgrade pip:

python -m pip install -U pip

Install runtime dependencies:

pip install -r requirements.txt

Install development and test dependencies:

pip install -r requirements-dev.txt

Next step

Continue with Environment Configuration.

If dependency installation fails, see Troubleshooting.