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
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the documentation and believe that my question is not covered.
Feature Request
It would be nice to have a way to install the package in non-editable mode. 'poetry install' always installs the package itself in editable mode. Having it installed in non-editable mode would be useful to have a self-contained virtualenv, that could then be packaged via fpm or be used inside a docker container.
A workaround at the moment is to use the install --no-root flag, build a sdist or wheel and install that with pip.
The text was updated successfully, but these errors were encountered:
Feature Request
It would be nice to have a way to install the package in non-editable mode. 'poetry install' always installs the package itself in editable mode. Having it installed in non-editable mode would be useful to have a self-contained virtualenv, that could then be packaged via fpm or be used inside a docker container.
A workaround at the moment is to use the
install --no-root
flag, build a sdist or wheel and install that with pip.The text was updated successfully, but these errors were encountered: