Actions
Create dev environment » History » Revision 1
Revision 1/5
| Next »
Olivier Bitsch, 01/19/2024 07:58 AM
Create dev environment¶
Clone only the wanted branch (place everything in an empty folder
BRANCH=17.0
git clone --depth=1 --branch ${BRANCH} --single-branch https://github.com/odoo/odoo
Create virtualenv and install dependancies
python3 -m venv venv
. ./venv/bin/activate
pip install -r odoo/requirements.txt
Updated by Olivier Bitsch 10 months ago · 1 revisions