Skip to content

Instantly share code, notes, and snippets.

@rightson
Created November 15, 2017 06:24
Show Gist options
  • Save rightson/09bc89688ea48fbb85268b533547935a to your computer and use it in GitHub Desktop.
Save rightson/09bc89688ea48fbb85268b533547935a to your computer and use it in GitHub Desktop.
Install pip packages from given folder
pip install --no-index --find-links file://`pwd`/pip-pkgs -r requirement.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment