Last active
May 14, 2020 12:50
-
-
Save obabawale/e9d1902e9590faada4cbdb68833a64e0 to your computer and use it in GitHub Desktop.
soln to pip install problem
This file contains hidden or 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
xargs -a requirements.txt -n 1 pip install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment