monarch-initiative / monarch-ingest

Data ingest application for Monarch Initiative knowledge graph using Koza
https://monarchinitiative.org
14 stars 1 forks source link

Add tip about local virtual environment location config to contributing.md #243

Closed kevinschaper closed 1 year ago

kevinschaper commented 2 years ago

It's really helpful in poetry to have your virtual environment get created in a consistent place, so that the IDE always know where to point, even if you might want to clobber the environment and start over.

We could add a suggestion in our contributing.md about using

poetry config virtualenvs.in-project true

glass-ships commented 1 year ago

looks like this is already in the documentation