This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
The following commit(s) were added to refs/heads/master by this push:
new 7668468 Improve the step by step instruction for simulation mode
(#464)
7668468 is described below
commit 76684684e767d451791a8a12d9d9016b5f725e69
Author: Mingshen Sun <[email protected]>
AuthorDate: Wed Jan 20 11:23:57 2021 -0800
Improve the step by step instruction for simulation mode (#464)
---
docs/my-first-function.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/my-first-function.md b/docs/my-first-function.md
index 7e73d87..37ff925 100644
--- a/docs/my-first-function.md
+++ b/docs/my-first-function.md
@@ -225,6 +225,12 @@ At last, launch all services with `docker-compose`:
$ (cd docker && docker-compose -f docker-compose-ubuntu-1804-sgx-sim-mode.yml
up --build)
```
+Install dependencies for Python client.
+
+```
+$ pip3 install pyopenssl toml cryptography
+```
+
In simulation mode, run examples with `SGX_MODE=SW` environment variable.
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]