diff --git a/README.md b/README.md index 017443f9104d197c529ecc551a9196d1d1d8b22d..4e70cd7e410b28c7681d600c2884caa5c6085214 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