pip-install: add --find-links example (#6319)
This commit is contained in:

committed by
GitHub

parent
f07d7f6ac5
commit
6086247131
@@ -15,6 +15,10 @@
|
||||
|
||||
`pip install -r {{requirements.txt}}`
|
||||
|
||||
- Install packages from an URL or local file archive (.tar.gz | .whl):
|
||||
|
||||
`pip install -f {{url|path/to/file}}`
|
||||
|
||||
- Install the local package in the current directory in develop (editable) mode:
|
||||
|
||||
`pip install -e .`
|
||||
|
Reference in New Issue
Block a user