linkml / linkml-project-cookiecutter

A cookiecutter for linkml projects. An equivalent of `linkml-ws new project-name`.
Creative Commons Zero v1.0 Universal
14 stars 16 forks source link

Superfluous poetry install step in readme? #37

Closed noelmcloughlin closed 1 year ago

noelmcloughlin commented 1 year ago

In the README runningpoetry add click.. creates virtual environment.

noel@n:~/git/hub/linkmls/testit$ poetry add click==8.0.4
Creating virtualenv testit-qRB3H3rq-py3.10 in /home/noel/.cache/pypoetry/virtualenvs
...

The next step ( poetry install) does nothing so could be superfluous??

noel@n:~/git/hub/linkmls/testit$ poetry install # this creates your virtual environment.
Installing dependencies from lock file

No dependencies to install or update