| ... | ... | @@ -64,9 +64,18 @@ or on linux: |
|
|
|
source ~/.bashrc
|
|
|
|
```
|
|
|
|
|
|
|
|
Last, activate the shakemap virtual environment
|
|
|
|
Activate the shakemap virtual environment
|
|
|
|
```
|
|
|
|
> conda activate shakemap
|
|
|
|
```
|
|
|
|
|
|
|
|
[STREC](https://code.usgs.gov/ghsc/esi/strec) has been installed via this process, but it still needs to be configured for your system:
|
|
|
|
|
|
|
|
```
|
|
|
|
> strec_cfg update --datafolder <path/to/data/folder> --slab --gcmt
|
|
|
|
```
|
|
|
|
|
|
|
|
Note that the `datafolder` path should be an absolute path, not a relative path.
|
|
|
|
|
|
|
|
---
|
|
|
|
Next step: [Testing](testing) |
|
|
\ No newline at end of file |