python3 odoo-bin install
Now go build your business logic — your high-performance, enterprise-ready Odoo platform is live. install download odoo enterprise source code
After completing this step, you will have two folders inside your project directory: odoo (community) and enterprise . Step 4: Set Up Python Virtual Environment python3 odoo-bin install Now go build your business
# Create virtual environment python3 -m venv odoo-venv source odoo-venv/bin/activate install download odoo enterprise source code
# Update config for production workers = 4 # (2 * CPUs + 1) proxy_mode = True