Skip to content

Commit

Permalink
[Docs] Add python3-pip as requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Hanke <[email protected]>
  • Loading branch information
Nirusu authored and mkow committed Mar 23, 2021
1 parent 1759c20 commit c0efbdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Documentation/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,13 @@ Prerequisites
Run the following commands on Ubuntu to install SGX-related dependencies::

sudo apt-get install -y libprotobuf-c-dev protobuf-c-compiler \
libcurl4-openssl-dev
libcurl4-openssl-dev python3-pip
python3 -m pip install toml>=0.10

# For Ubuntu 18.04
sudo apt-get install -y python3-protobuf

# For Ubuntu 16.04
sudo apt install -y python3-pip
sudo /usr/bin/pip3 install protobuf

2a. Install the Linux kernel patched with FSGSBASE
Expand Down
2 changes: 1 addition & 1 deletion Documentation/cloud-deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Update and install the required packages for Graphene::
sudo apt update
sudo apt install -y \
build-essential autoconf gawk bison wget python3 libcurl4-openssl-dev \
python3-protobuf libprotobuf-c-dev protobuf-c-compiler
python3-protobuf libprotobuf-c-dev protobuf-c-compiler python3-pip
python3 -m pip install toml>=0.10

Graphene requires the kernel to support FSGSBASE x86 instructions. Older Azure
Expand Down
2 changes: 1 addition & 1 deletion Documentation/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ second command should list the process status of :command:`aesm_service`.

sudo apt-get install -y \
build-essential autoconf gawk bison wget python3 libcurl4-openssl-dev \
python3-protobuf libprotobuf-c-dev protobuf-c-compiler
python3-protobuf libprotobuf-c-dev protobuf-c-compiler python3-pip
python3 -m pip install toml>=0.10
make
ISGX_DRIVER_PATH=<path-to-sgx-driver-sources> make SGX=1
Expand Down

0 comments on commit c0efbdb

Please sign in to comment.