Skip to content

Instantly share code, notes, and snippets.

@RafalSladek
Created August 14, 2016 10:07
Show Gist options
  • Select an option

  • Save RafalSladek/4e75996cd166551915fea69a01dfcadb to your computer and use it in GitHub Desktop.

Select an option

Save RafalSladek/4e75996cd166551915fea69a01dfcadb to your computer and use it in GitHub Desktop.
install python lib and save it into requirements.txt fiel
#!/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