Skip to content
Snippets Groups Projects
Commit f7648d92 authored by Alexis Durgnat's avatar Alexis Durgnat :milky_way:
Browse files

Document how to run the sandbox on the demo computer

parent 0da6c504
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment