Skip to content

Commit e883802

Browse files
1fish2mattip
andauthored
Update numpy/distutils/misc_util.py
`:numpy:` Thanks, Matti! Can you illuminate what the colons do in pip install? The doc webpage and CLI help says: > Accepts either ":all:" to disable all binary packages, ":none:" to empty the set (notice the colons), or one or more package names with commas between them **(no colons).** Co-authored-by: Matti Picus <[email protected]>
1 parent 8a67d77 commit e883802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/distutils/misc_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2365,7 +2365,7 @@ def show():
23652365
NumPy BLAS/LAPACK Installation Notes
23662366
------------------------------------
23672367
Installing a numpy wheel (``pip install numpy`` or force it
2368-
via ``pip install numpy --only-binary numpy``) includes
2368+
via ``pip install numpy --only-binary :numpy: numpy``) includes
23692369
an OpenBLAS implementation of the BLAS and LAPACK linear algebra
23702370
APIs. In this case, ``library_dirs`` reports the original build
23712371
time configuration as compiled with gcc/gfortran; at run time

0 commit comments

Comments
 (0)