Skip to content

Commit

Permalink
missing letter
Browse files Browse the repository at this point in the history
  • Loading branch information
aronsho committed Jan 10, 2024
1 parent 1d0a434 commit 1c3190b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ tox
pip install -e ../path/to/catalog-tools
# if you don't need to do live changes in catalog-tools you can install it "from source"
pip install git+https://github.com/swiss-seismological-service/seismostat.git
pip install git+https://github.com/swiss-seismological-service/seismostats.git
# if you want to install a specific branch:
pip install git+https://github.com/swiss-seismological-service/seismostat.git@feature/branch
pip install git+https://github.com/swiss-seismological-service/seismostats.git@feature/branch
# update it once the repo has changed:
pip install --force-reinstall git+https://github.com/swiss-seismological-service/seismostat.git
pip install --force-reinstall git+https://github.com/swiss-seismological-service/seismostats.git
```

### Problems with geos
Expand Down

0 comments on commit 1c3190b

Please sign in to comment.