I want to know what each options mean and how to migrate from poetry.toml to pyoproject.toml.
#7361
-
|
I know that since version 0.3.0, poetry supports [virtualenvs]
create = true
in-project = true
path = ".venv"I search the document to know each configuration option meaning. However, I could not find them. Are there anyways to know what each options mean and how to migration them to the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
https://python-poetry.org/docs/configuration/#virtualenvscreate |
Beta Was this translation helpful? Give feedback.
poetry.tomlis a file for config settings that is still valid. See https://python-poetry.org/docs/configuration/https://python-poetry.org/docs/configuration/#virtualenvscreate
https://python-poetry.org/docs/configuration/#virtualenvsin-project
https://python-poetry.org/docs/configuration/#virtualenvspath