Skip to content

Commit

Permalink
Add db drivers installation step to doc (#1062)
Browse files Browse the repository at this point in the history
Co-authored-by: napcode <[email protected]>
  • Loading branch information
haaavk and napcode authored Jul 31, 2024
1 parent bb37027 commit 872d58f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/piccolo/contributing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Get the tests running
* Install default dependencies: ``pip install -r requirements/requirements.txt``
* Install development dependencies: ``pip install -r requirements/dev-requirements.txt``
* Install test dependencies: ``pip install -r requirements/test-requirements.txt``
* Install database drivers: ``pip install -r requirements/extras/postgres.txt -r requirements/extras/sqlite.txt``
* Setup Postgres, and make sure a database called ``piccolo`` exists (see ``tests/postgres_conf.py``).
* Run the automated code linting/formatting tools: ``./scripts/lint.sh``
* Run the test suite with Postgres: ``./scripts/test-postgres.sh``
Expand Down

0 comments on commit 872d58f

Please sign in to comment.