Last active
January 17, 2024 14:33
-
-
Save loulecrivain/d8c18b1e1f3c66e41c4deac269ab73b4 to your computer and use it in GitHub Desktop.
pip install without precompiled binaries
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
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