Skip to content

A short script that can be plugged into odoo main repo to make all the commands run by just running `python3 dev.py`

Notifications You must be signed in to change notification settings

Gingerpeer/odoo-mac-dev-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

odoo-mac-dev-script

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:

  1. git clone https://github.com/odoo/odoo.git
  2. Python 3.10 and pip3 or later must be active on machine
  3. brew install postgresql@14
  4. createdb $USER
  5. pip3 install setuptools wheel
  6. pip3 install -r requirements.txt

About

A short script that can be plugged into odoo main repo to make all the commands run by just running `python3 dev.py`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages