Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enheragu/eye_tracking_board
https://github.com/enheragu/eye_tracking_board
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/enheragu/eye_tracking_board
- Owner: enheragu
- Created: 2024-06-05T08:26:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T11:04:37.000Z (30 days ago)
- Last Synced: 2024-12-10T12:19:53.261Z (30 days ago)
- Language: Python
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eye_tracking_board
## Installation
It is recommended to install the setup into a virtual environment. Create one and activate it with the following command (or just ignore these an execute without venv):
```sh
python3 -m venv path_venv
source path_venv/bin/activate
```The environment can be deactivated as follows:
```sh
deactivate
```Clone the repository in a given location and install its requirementes with the following command, executed from the root folder of the repository. You can check the requirements file to check the libraries that will be installed into your system.
```sh
pip3 install -r requirements
```