Skip to content

Commit 1be8ba7

Browse files
authored
Add best-practice flags to pip install example in troubleshooting guide (#11194)
1 parent 85461c2 commit 1be8ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/troubleshooting/build-failures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ to reproduce it with pip:
4545
```console
4646
$ uv venv -p 3.13 --seed
4747
$ source .venv/bin/activate
48-
$ pip install --use-pep517 'numpy==1.19.5'
48+
$ pip install --use-pep517 --no-cache --force-reinstall 'numpy==1.19.5'
4949
Collecting numpy==1.19.5
5050
Using cached numpy-1.19.5.zip (7.3 MB)
5151
Installing build dependencies ... done

0 commit comments

Comments
 (0)