Skip to content

Instantly share code, notes, and snippets.

@dkapitan
Created August 11, 2024 17:25
Show Gist options
  • Save dkapitan/9dfee77809b3fe6b58a4d79b475dee47 to your computer and use it in GitHub Desktop.
Save dkapitan/9dfee77809b3fe6b58a4d79b475dee47 to your computer and use it in GitHub Desktop.
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