#odoo #odootutorials #odoodevelopment #erp #erpsystem
This video for macOS users. Here is the commands for Windows & Linux users.
GitHub: https://github.com/azharsaleem18/odoo...
Windows:
1) python -m venv venv
2) venv\Scripts\activate
3) pip install -r requirements.txt (Run this command in in odoo directory)
For Linux users:
1) python3 -m venv venv
2) source venv/bin/activate
3) pip install -r requirements.txt (Run this command in in odoo directory)
** Don’t forget to install psycopg2-binary package by using this command. pip install psycopg2-binary