Closed turbomam closed 3 years ago
poetry build
? poetry install
?
I think the developer documentation in the CONTRIBUTING.md file from this repo do a good job of addressing this?
I think the developer documentation in the CONTRIBUTING.md file from this repo do a good job of addressing this?
Yeah, that is pretty good documentation. The usage of poetry is very clear in CONTRIBUTING.md
but I would says that we could be more explicit about installing poetry, since it may be unfamiliar to some people in the LinkML or CRDC communities.
I copied the link to poetry installation notes from the README.md
to the CONTRIBUTING.md
in PR #16 . @sujaypatil96 if you approve that or suggest an alternative, I would say this issue could be closed.
PR #16 was approved and merged, so closing this issue
Are they any special instructions for installing poetry? I jut did
pip install poetry
. We could add that as an instruction in the README afterand before
poetry build