Skip to content

Instantly share code, notes, and snippets.

@adige
Created January 27, 2016 13:12
Show Gist options
  • Select an option

  • Save adige/ae56a70db34c9ee54048 to your computer and use it in GitHub Desktop.

Select an option

Save adige/ae56a70db34c9ee54048 to your computer and use it in GitHub Desktop.
runs pip install for each line in requirement.txt
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