Skip to content

Commit

Permalink
fixup! 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 4a1c856 commit f59dc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ environment to install the required python packages:
sudo apt-get install python3-venv
python3 -m venv my_venv && source my_venv/bin/activate
pip3 install docker jinja2 tomli tomli-w pyyaml
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).
Expand Down

0 comments on commit f59dc0f

Please sign in to comment.