Poetry installing packages as -e ditable
pip install -e whatever
poetry add -e whatever
#e.g.
poetry add -e git+https://github.com/EleutherAI/lm-evaluation-harness
Such installed packages go into ./.venv/src/whatever
, where they are editable.
Nice.
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus