Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about supported Debian and Ubuntu versions #159

Merged
merged 2 commits into from
Feb 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/guidelines/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ It has a simple syntax and many plugins available that should improve our test c
Development Environment
=======================

See :ref:`Developer or local install` for the overall installation instructions.
See :ref:`Installation and deployment` for the overall installation instructions.
In a development context, we strongly recommend to use the Docker setup to test and make changes in the codebase (and not production packages).

When it comes to development there is no specific IDE that must be used, although many of us would choose PyCharm as the preferred IDE.
Expand Down
5 changes: 4 additions & 1 deletion docs/source/technical_design/debianinstall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ steps for installing it on a single machine.
Prerequisites
=============

We will be using sudo in this guide, so make sure you have sudo installed on
We will be using ``sudo`` in this guide, so make sure you have ``sudo`` installed on
your system.

The packages are built with Ubuntu 22.04 and Debian 11 in mind.
They may or may not work on other versions or distributions.

Downloading and installing
==========================

Expand Down