PsiQ / bartiq

Bartiq
https://psiq.github.io/bartiq/
Apache License 2.0
31 stars 9 forks source link

Update install steps for dev venv to fix version 0.0.0 #48

Closed bdg221 closed 4 months ago

bdg221 commented 5 months ago

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)

mstechly commented 4 months ago

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 :)