> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oduist.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Odoo modules installation

> Get the PBX addons, install Python deps, and prepare for odoo.sh.

# Odoo modules installation

1. Download addons: [https://github.com/oduist/pbx\_addons](https://github.com/oduist/pbx_addons)
2. Install Python requirements (inside your virtualenv if used):

```bash theme={null}
pip3 install -r requirements.txt
```

3. For odoo.sh, keep `requirements.txt` at the top of your modules folder so dependencies install automatically.

⚠️ If you use a virtualenv, install dependencies there (not system-wide).
