Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
zy committed Oct 13, 2019
1 parent 9d02345 commit 5719bfb
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,18 @@
- [ ] 雷达回波外推算法支持
- [ ] 雷达定量预报降水算法支持

*Now we can use* `python setup.py install` *to install NuistRadar library.*
## install Nuist library

*we also can use* `python scripts/LaunchGUI.py` *to launch GUI to display radar data!*
```
git clone https://github.com/YvZheng/NuistRadar.git
cd NuistRadar
python setup.py install
```

## launch Graphical interface to show Radar Data

```
python scripts/LaunchGUI.py
```


0 comments on commit 5719bfb

Please sign in to comment.