summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2019-07-25 19:34:26 -0700
committerGitHub <noreply@github.com>2019-07-25 19:34:26 -0700
commitc0868502a06cd3d5ef6492ac13499ee9028007df (patch)
tree25f053f8fe344f034259452fefbcc9d7ba7c383e /numpy
parent702c357536c23d8122fe152f0d86b9add1add6a0 (diff)
parent18b456b1dcb1dd2dcfda0fb332b55c165e1b304c (diff)
downloadnumpy-c0868502a06cd3d5ef6492ac13499ee9028007df.tar.gz
Merge pull request #14089 from Carreau/no-setuppy
DOC: Use `pip install .` where possible instead of calling setup.py
Diffstat (limited to 'numpy')
-rw-r--r--numpy/f2py/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/setup.py b/numpy/f2py/setup.py
index c0c50ce54..a8c1401aa 100644
--- a/numpy/f2py/setup.py
+++ b/numpy/f2py/setup.py
@@ -3,7 +3,7 @@
setup.py for installing F2PY
Usage:
- python setup.py install
+ pip install .
Copyright 2001-2005 Pearu Peterson all rights reserved,
Pearu Peterson <pearu@cens.ioc.ee>