Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vberthiaume committed Dec 23, 2024
1 parent 6cee245 commit 516b8b0
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions exampleProjects/touch/README.md
Original file line number Diff line number Diff line change
@@ -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" ™️
## License

This project is licensed under the MIT License.

0 comments on commit 516b8b0

Please sign in to comment.