You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Poetry is used to manage Python packages in virtualenv.
However we need to create a pyproject.toml file from Odoo's requirments.txt, which is not ideal.
bobslee
changed the title
virtualenv, pip install -r requirements.txt
Poetry TO virtualenv, pip install -r requirements.txt
Feb 14, 2022
bobslee
changed the title
Poetry TO virtualenv, pip install -r requirements.txt
odoo/requirements.txt - Poetry OR virtualenv, pip install -r requirements.txt
Feb 14, 2022
Currently Poetry is used to manage Python packages in virtualenv.
However we need to create a
pyproject.toml
file from Odoo'srequirments.txt
, which is not ideal.ALTERNATIVE 1 - convert to
pyproject.toml
https://github.com/src-r-r/python-stanza
https://github.com/kk6/poetrify
ALTERNATIVE 2 - (tools: virtualenv, pip)
dev-server.sh install
Executes:
The text was updated successfully, but these errors were encountered: