diff --git a/content/docs/EyeTrackVR/_index.md b/content/docs/EyeTrackVR/_index.md index 5682fc0..b28c585 100644 --- a/content/docs/EyeTrackVR/_index.md +++ b/content/docs/EyeTrackVR/_index.md @@ -7,21 +7,25 @@ weight: 250 DIY eye tracking for any headset. Here are the steps to get the software working on linux. +## Prerequisites + +- tkinter `pacman -S tk` +- Python 3.11 available through the [AUR](https://aur.archlinux.org/packages/python311), build yourself! Otherwise tk will not work! + - Build after installing tkinter, otherwise it will not be included +- [poetry](https://python-poetry.org/docs/#installing-with-the-official-installer) + ## EyeTrackApp -`git clone https://github.com/EyeTrackVR/EyeTrackVR.git` +```bash +git clone https://github.com/EyeTrackVR/EyeTrackVR.git +cd EyeTrackVR +poetry install --no-root +cd EyeTrackApp +poetry run pyinstaller eyetrackapp.spec +``` -`cd EyeTrackVR` +and bada bing bada boom you now should now have a fully functional eyetrack app in directory `dist` -`git checkout v2.0-beta-feature-branch` - -`poetry install --no-root` - -`cd EyeTrackApp` - -and bada bing bada boom you now should now have a fully functional eyetrack app when you run: - -`poetry run python3 eyetrackapp.py` ## VRChat Native Eyetracking