Created
August 11, 2024 17:25
-
-
Save dkapitan/9dfee77809b3fe6b58a4d79b475dee47 to your computer and use it in GitHub Desktop.
uv install poetry (https://mil.ad/blog/2024/uv-poetry-install.html)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uv_poetry_install () { | |
uv venv | |
uv pip install --no-deps -r <(POETRY_WARNINGS_EXPORT=false poetry export --without-hashes --with dev -f requirements.txt) | |
poetry install --only-root | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment