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 pipInstall runtime dependencies:
pip install -r requirements.txtInstall development and test dependencies:
pip install -r requirements-dev.txtNext step
Continue with Environment Configuration.
If dependency installation fails, see Troubleshooting.