We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37cdb91 commit 524f2eeCopy full SHA for 524f2ee
1 file changed
docs/source/development/getting-started.rst
@@ -22,15 +22,15 @@ to install ``nox`` in its own isolated environment.
22
$ pipx install nox
23
24
You will need to have a working Redis server on your system. You may
25
-additionally need PostgreSQL and TCL as well.
+additionally want to install Postgres, although it is optional.
26
27
.. note::
28
29
On Debian based systems, these can be installed using:
30
31
.. code-block:: console
32
33
- $ sudo apt-get install redis-server libpq-dev tcl
+ $ sudo apt install redis-server postgres
34
35
Backend
36
-------
0 commit comments