Skip to content

Commit 524f2ee

Browse files
committed
Fix a minor with the development setup instructions
1 parent 37cdb91 commit 524f2ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/development/getting-started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ to install ``nox`` in its own isolated environment.
2222
$ pipx install nox
2323
2424
You will need to have a working Redis server on your system. You may
25-
additionally need PostgreSQL and TCL as well.
25+
additionally want to install Postgres, although it is optional.
2626

2727
.. note::
2828

2929
On Debian based systems, these can be installed using:
3030

3131
.. code-block:: console
3232
33-
$ sudo apt-get install redis-server libpq-dev tcl
33+
$ sudo apt install redis-server postgres
3434
3535
Backend
3636
-------

0 commit comments

Comments
 (0)