Skip to content

Instantly share code, notes, and snippets.

@loulecrivain
Last active January 17, 2024 14:33
Show Gist options
  • Save loulecrivain/d8c18b1e1f3c66e41c4deac269ab73b4 to your computer and use it in GitHub Desktop.
Save loulecrivain/d8c18b1e1f3c66e41c4deac269ab73b4 to your computer and use it in GitHub Desktop.
pip install without precompiled binaries
pip install --no-binary=:all: -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment