From 516b8b0d2f30c641e8bdde296d2f45b756011f0f Mon Sep 17 00:00:00 2001 From: Vincent Berthiaume Date: Mon, 23 Dec 2024 13:15:27 -0500 Subject: [PATCH] update readme --- exampleProjects/touch/README.md | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/exampleProjects/touch/README.md b/exampleProjects/touch/README.md index f481bd8..b446577 100644 --- a/exampleProjects/touch/README.md +++ b/exampleProjects/touch/README.md @@ -1,18 +1,7 @@ -# Mac instructions to instal python dependencies after cloning -- `python3 -m venv .venv` (`py -m venv .venv` on win) to create the `.venv` folder (this can take a while) -- `source .venv/bin/activate` to activate the `venv` - - or potentially `source .venv/Scripts/activate` on windoze - - after this, `where python3` (`where python` on win) should return a python inside the `.venv` folder -- `python3 -m pip install --upgrade pip` -- `python3 -m pip install -r requirements.txt` -- to deactivate the venv: `deactivate` +# Touch Project -# Windows instructions to instal python dependencies after cloning -- `python -m venv .venv` to create the `.venv` folder (this can take a while) -- `source .venv/Scripts/activate` to activate the `venv` - - after this, `where python` should return a path inside the `.venv` folder -- `python -m pip install --upgrade pip` -- `python -m pip install -r requirements.txt` -- to deactivate the venv: `deactivate` +This project is part of the Puara Framework and demonstrates high-level gestural descriptor functions using a touchscreen. It showcases the integration of `puara-gestures` with a touchscreen to detect and display touch interactions. You can use the built-in wokwi diagram.json to simulate the project. -After doing either of the above, VSCode should "just work" ™️ \ No newline at end of file +## License + +This project is licensed under the MIT License.