Skip to content

Commit

Permalink
docs: Declare Ubuntu 24.04 support and add a note about codejail.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Nov 20, 2024
1 parent d299ea6 commit 5570f82
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ OS:

* Ubuntu 22.04

* Ubuntu 24.04

Interperters/Tools:

* Python 3.11
Expand Down Expand Up @@ -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
-----------

Expand Down

0 comments on commit 5570f82

Please sign in to comment.