mirror of https://github.com/astral-sh/uv
Add best-practice flags to `pip install` example in troubleshooting guide (#11194)
This commit is contained in:
parent
85461c2c90
commit
1be8ba7df1
|
|
@ -45,7 +45,7 @@ to reproduce it with pip:
|
|||
```console
|
||||
$ uv venv -p 3.13 --seed
|
||||
$ source .venv/bin/activate
|
||||
$ pip install --use-pep517 'numpy==1.19.5'
|
||||
$ pip install --use-pep517 --no-cache --force-reinstall 'numpy==1.19.5'
|
||||
Collecting numpy==1.19.5
|
||||
Using cached numpy-1.19.5.zip (7.3 MB)
|
||||
Installing build dependencies ... done
|
||||
|
|
|
|||
Loading…
Reference in New Issue