https://github.com/insarlab/MintPy
Tip revision: db9dfa50924c6f7ff6a08f828791f968bbb5683a authored by Zhang Yunjun on 09 May 2019, 02:59:04 UTC
update comments (#60)
update comments (#60)
Tip revision: db9dfa5
download.md
### Download PySAR
For Python 3.5+, download the development version (recommend):
```
git clone https://github.com/insarlab/PySAR.git
```
For Python 2.7, download the python2 branch (maintained for bugs fix only):
```
git clone https://github.com/insarlab/PySAR.git --branch python2
```