From f7648d925eaf2a38ba09ff0b56ceeb5faf10975c Mon Sep 17 00:00:00 2001 From: Alexis Durgnat <alexis.durgnat@hesge.ch> Date: Wed, 29 Jun 2022 11:40:47 +0200 Subject: [PATCH] Document how to run the sandbox on the demo computer --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 017443f..4e70cd7 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,19 @@ python3 -m pip install sphinx sphinx_rtd_theme cd ./docs make html ``` + + +# Running the demo app on the sandbox computer + +To correctly import the wrapper on the demo machine, please follow theses steps : + +On the desktop, open the "PythonSandbox" directory. There, you should find the following files : +- `env.sh` +- `.venv/bin/activate` + +You must source theses two files within your terminal, then you may run any application which uses the wrapper. + +For example, to run the demo app (a simple level display), run the following +```bash +python test.py +``` \ No newline at end of file -- GitLab