Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enheragu/eye_tracking_board


https://github.com/enheragu/eye_tracking_board

Last synced: 11 days ago
JSON representation

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
```