Skip to content
Snippets Groups Projects
Commit d45cc434 authored by David Douard's avatar David Douard
Browse files

Add redis-server in the getting started installed dependencies

and bump the advertised minimal python version to 3.10
parent 4b067960
No related branches found
No related tags found
No related merge requests found
......@@ -39,9 +39,9 @@ package manager. On Debian/Ubuntu-based distributions:
fuse3 libfuse3-dev libcmph-dev libleveldb-dev \
git myrepos \
graphviz plantuml inkscape \
postgresql libpq-dev cassandra
postgresql libpq-dev cassandra redis-server
.. Note:: Python 3.7 or newer is required
.. Note:: Python 3.10 or newer is required
This installs basic system utilities, Python library dependencies, development tools,
documentation tools and our main database management systems.
......
......@@ -29,7 +29,7 @@ specific skills needed to work on any topic of your interest.
What are the minimum system requirements (hardware/software) to run SWH locally?
--------------------------------------------------------------------------------
Python 3.7 or newer is required. See the :ref:`developer setup documentation
Python 3.10 or newer is required. See the :ref:`developer setup documentation
<developer-setup>` for more details.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment