Skip to content

Commit

Permalink
[Doc] Added venv for Ubuntu 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Adarsh Anand <adarsh.anand@intel.com>
  • Loading branch information
adarshan-intel committed Aug 30, 2024
1 parent fcf9654 commit 2836f83
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ pip. GSC requires Python 3.6 or later.
sudo apt-get install docker.io python3 python3-pip
pip3 install docker jinja2 tomli tomli-w pyyaml
On Ubuntu 24.04 (and any recent distro compliant with PEP 668) use Python virtual
environment to install the required python packages:

.. code-block:: sh
sudo apt-get install python3-venv
python3 -m venv my_venv && source my_venv/bin/activate
pip3 install 'docker>=6.1.0' jinja2 tomli tomli-w pyyaml
NOTE: Execute GSC commands, such as `gsc build`, `gsc sign`, etc, within the virtual
environment for Ubuntu 24.04 (or any recent distro compliant with PEP 668).

SGX software stack
------------------

Expand Down

0 comments on commit 2836f83

Please sign in to comment.