serhii.net

In the middle of the desert you can say anything you want

30 Jan 2024

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.