In order to ensure the correct version is displayed as the last message in the install log, the poetry-dynamic-versioning plugin needs to be installed prior to poetry install being run.
This PR updates the installation page of the documentation to include the plugin installation.
After running poetry install, the following is now seen:
Installing the current project: bartiq (0.1.2.post5.dev0+8356648)
As it turns out, it got fixed by changes in the release mechanism and currently works properly without the proposed change.
Thanks for the effort though :)
Fixes #41
In order to ensure the correct version is displayed as the last message in the install log, the poetry-dynamic-versioning plugin needs to be installed prior to
poetry install
being run.This PR updates the installation page of the documentation to include the plugin installation.
After running
poetry install
, the following is now seen:Installing the current project: bartiq (0.1.2.post5.dev0+8356648)