-
-
Save RafalSladek/4e75996cd166551915fea69a01dfcadb to your computer and use it in GitHub Desktop.
install python lib and save it into requirements.txt fiel
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
| #!/bin/sh | |
| echo $'\n'$1 >> requirements.txt; pip install $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment