summaryrefslogtreecommitdiff
path: root/numpy/f2py
diff options
context:
space:
mode:
authorMatthias Bussonnier <mbussonnier@ucmerced.edu>2019-07-23 12:10:31 -0700
committerMatthias Bussonnier <mbussonnier@ucmerced.edu>2019-07-23 12:15:10 -0700
commit2bffd407c22f923e2aa8b7931914f222d4eecd69 (patch)
tree51d44848896f34e65a1d82ff9a043b52eec37406 /numpy/f2py
parentf2d116aaabce9df3bef4dca51ce0643a9ec43527 (diff)
downloadnumpy-2bffd407c22f923e2aa8b7931914f222d4eecd69.tar.gz
Doc: Use `pip install .` where possible instead of calling setup.py
pip will itself call setup.py install with the rights options.
Diffstat (limited to 'numpy/f2py')
-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>