Created
November 15, 2017 06:24
-
-
Save rightson/09bc89688ea48fbb85268b533547935a to your computer and use it in GitHub Desktop.
Install pip packages from given folder
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
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