| ... | ... | @@ -38,11 +38,10 @@ If you are already using conda virtual environments, deactivate before proceedin |
|
|
|
```
|
|
|
|
And clone this repository
|
|
|
|
```
|
|
|
|
> git clone -b 'v4.4.0b' --depth 1 https://code.usgs.gov/ghsc/esi/shakemap.git shakemap
|
|
|
|
> git clone -b 'v4.4.0c' --depth 1 https://code.usgs.gov/ghsc/esi/shakemap.git shakemap
|
|
|
|
```
|
|
|
|
Note: The "b" in "4.4.0b" does not mean this is a beta version, it just means there were a couple of incomplete versions before this and we made updates.
|
|
|
|
|
|
|
|
Here we are installing release v4.4.0, but you should replace 'v4.4.0b' with whatever release you are installing -- hopefully the latest. If you want the development code, just omit '-b (version)' and '--depth 1' but be aware that in-process versions might be unstable.
|
|
|
|
Here we are installing release v4.4.0, but you should replace 'v4.4.0c' with whatever release you are installing -- hopefully the latest. If you want the development code, just omit '-b (version)' and '--depth 1' but be aware that in-process versions might be unstable.
|
|
|
|
|
|
|
|
You can also find the latest version [here](https://code.usgs.gov/ghsc/esi/shakemap/-/releases) and download and unpack the code.
|
|
|
|
|
| ... | ... | |
| ... | ... | |