A short script that can be plugged into odoo main repo to make all the commands run by just running python3 dev.py
The following commands need to be run first:
- git clone https://github.com/odoo/odoo.git
- Python 3.10 and pip3 or later must be active on machine
- brew install postgresql@14
- createdb $USER
- pip3 install setuptools wheel
- pip3 install -r requirements.txt