Skip to content

Commit 6a36004

Browse files
authored
Update README.md
Can now install CSU_RadarTools from PyPI
1 parent cd9b824 commit 6a36004

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ To install CSU_RadarTools, download the source code and then run the following i
1919

2020
```pip install .```
2121

22+
NEW! Can also just install from PyPI (https://pypi.org/project/csu-radartools/): ```pip install csu-radartools```
23+
2224
By default, if the `CSURT_F2PY` environment variable is not set (or set to a case-insensitive match for {`0`, `false`, `no`}, the package will be compiled using Cython to speed up KDP and other routines.
2325
This enables the widest cross-platform support.
2426
However, if you are able to compile programs using `f2py`, you may want to try setting `CSU_F2PY` to any non-falsy value (e.g. `1`).

0 commit comments

Comments
 (0)