Add best-practice flags to pip install example in troubleshooting guide (#11194)

This commit is contained in:
Zanie Blue
2025-02-03 14:13:55 -06:00
committed by GitHub
parent 85461c2c90
commit 1be8ba7df1

View File

@@ -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