diff options
| author | Matthias Bussonnier <mbussonnier@ucmerced.edu> | 2019-07-23 12:10:31 -0700 |
|---|---|---|
| committer | Matthias Bussonnier <mbussonnier@ucmerced.edu> | 2019-07-23 12:15:10 -0700 |
| commit | 2bffd407c22f923e2aa8b7931914f222d4eecd69 (patch) | |
| tree | 51d44848896f34e65a1d82ff9a043b52eec37406 /numpy/f2py | |
| parent | f2d116aaabce9df3bef4dca51ce0643a9ec43527 (diff) | |
| download | numpy-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.py | 2 |
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> |
