mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-03 09:13:41 +02:00
pip-install: add --find-links example (#6319)
This commit is contained in:
parent
f07d7f6ac5
commit
6086247131
1 changed files with 4 additions and 0 deletions
|
@ -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 .`
|
||||
|
|
Loading…
Add table
Reference in a new issue