cdinto thepydirectory under the root directory- Run
python -m venv emotibit-envto create a virtual environment namedemotibit-env. Note that some requirements have a minimum python version. We recommend using python 3.12+. Environment creation and requirements were tested using python 3.12.12. - Activate the virtual environment by running
- Windows:
.\venv\Scripts\activate - macOS/Linux:
source emotibit-env/bin/activate
- Windows:
- The terminal should now start with
(emotibit-env)followed by path to current working directory (ex.(emotibit-env) C:\Users\username\Documents\...) - Install required packages by running
pip install -r requirements.txt - Install the
emotibitpackage by runningpip install -e .while in thepydirectory
Checkout the examples folder to start working with the recorded data.
Note: Before running any example, make sure that emotibit-env has been activated so that the emotibit package and other dependencies can be found
The Python Data viewer is an interactive tool designed to visualize the data stored on the SD-Card from the EmotiBit.
- Refer to
py/emotibit/examples/dataviewer_example/README.mdfor detailed instructions on how to use Data Viewer