docs: Declare Ubuntu 24.04 support and add a note about codejail.

This commit is contained in:
Feanil Patel
2024-11-08 10:05:20 -05:00
parent d299ea6cf6
commit 5570f82529

View File

@@ -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
-----------