mirror of
https://github.com/astral-sh/uv
synced 2026-01-09 23:53:26 -05:00
Add best-practice flags to pip install example in troubleshooting guide (#11194)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user