Skip to content

Commit

Permalink
fixup! [Docs] Remove temporary workaround of venv usage for Ubuntu 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Adarsh Anand <[email protected]>
  • Loading branch information
adarshan-intel committed Oct 14, 2024
1 parent 6cc0a44 commit 48d4199
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,19 @@ Please install the ``docker.io``, ``python3``, ``python3-pip`` packages. In
addition, install the Docker client, Jinja2, TOML, and YAML python packages via
pip. GSC requires Python 3.6 or later.

For Ubuntu 22.04:

.. code-block:: sh
sudo apt-get install docker.io python3 python3-pip
sudo apt update && sudo apt install -y docker.io python3 python3-pip
pip3 install docker jinja2 tomli tomli-w pyyaml
For Ubuntu 24.04:

.. code-block:: sh
sudo apt update && sudo apt install -y docker.io python3 \
'python3-docker=5.0.3-1ubuntu1.1' python3-jinja2 python3-toml \
python3-docker python3-jinja2 python3-tomli \
python3-tomli-w python3-yaml
SGX software stack
Expand Down

0 comments on commit 48d4199

Please sign in to comment.