When running poetry install
wiith lock file present, it creates wheel files for the current project
#982
Closed
2 tasks done
Question
I have create pyptoject.toml and added dependencies and ran
poetry install
it creates lock file and installs packages to venv as expected. If I run the command the second timepoetry install
I am getting the following output.
and creates a wheel file and other directories as though I have issued
poetry build
command.Is it normal? or a bug? I am not able to find any info on docs or help page.
Versions Used:
poetry: 0.12.11
python: 3.7
The text was updated successfully, but these errors were encountered: