Skip to content

Commit

Permalink
Fix dev install instructions so tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcandr committed Jul 12, 2024
1 parent 2095eb2 commit 7fc7818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Issues and pull requests are more than welcome: https://github.com/stac-utils/ti

```bash
$ git clone https://github.com/stac-utils/titiler-pgstac.git
$ cd titiler
$ pip install pre-commit -e .["dev,test"]
$ cd titiler-pgstac
$ pip install pre-commit -e .["dev,test,psycopg"]
```

You can then run the tests with the following command:
Expand Down

0 comments on commit 7fc7818

Please sign in to comment.