From 5570f8252922473450ba00be8e030fdeba14f012 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 8 Nov 2024 10:05:20 -0500 Subject: [PATCH] docs: Declare Ubuntu 24.04 support and add a note about codejail. --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 61f21337ee25..e728f74fbdc2 100644 --- a/README.rst +++ b/README.rst @@ -75,6 +75,8 @@ OS: * Ubuntu 22.04 +* Ubuntu 24.04 + Interperters/Tools: * Python 3.11 @@ -107,6 +109,15 @@ Language Packages: Some Python packages have system dependencies. For example, installing these packages on Debian or Ubuntu will require first running ``sudo apt install python3-dev default-libmysqlclient-dev build-essential pkg-config`` to satisfy the requirements of the ``mysqlclient`` Python package. +Codejail Setup +-------------- + +As a part of the baremetal setup, you will need to configure your system to +work properly with codejail. See the `codejail installation steps`_ for more +details. + +.. _codejail installation steps: https://github.com/openedx/codejail?tab=readme-ov-file#installation + Build Steps -----------