diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | src/argaze/RegionOfInterest/README.md | 4 | ||||
-rw-r--r-- | src/argaze/TobiiGlassesPro2/README.md | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -7,13 +7,13 @@ _An open-source python toolkit to deal with gaze tracking and analysis in Augmen In the ArGaze root folder: ''' - python -m build +python -m build ''' Then, ''' - pip install dist/argaze<VERSION>.whl +pip install dist/argaze<VERSION>.whl ''' (Replace <VERSION> by what will be built into dist folder) diff --git a/src/argaze/RegionOfInterest/README.md b/src/argaze/RegionOfInterest/README.md index faeb714..9c113b2 100644 --- a/src/argaze/RegionOfInterest/README.md +++ b/src/argaze/RegionOfInterest/README.md @@ -1,7 +1,7 @@ # RegionOfInterest -_Class interface to manage ROIs_ -https://en.wikipedia.org/wiki/Region_of_interest#:~:text=A%20region%20of%20interest%20(often,purpose%20of%20measuring%20its%20size. +_Class interface to manage [ROIs](https://en.wikipedia.org/wiki/Region_of_interest#:~:text=A%20region%20of%20interest%20(often,purpose%20of%20measuring%20its%20size)_ + ## ROI2DScene.py diff --git a/src/argaze/TobiiGlassesPro2/README.md b/src/argaze/TobiiGlassesPro2/README.md index 3352274..5c9b288 100644 --- a/src/argaze/TobiiGlassesPro2/README.md +++ b/src/argaze/TobiiGlassesPro2/README.md @@ -1,7 +1,7 @@ # TobiiGlassesPro2 _This module provides a class interface to handle TobbiGlassesPro2 data and video stream. -It is based on TobiiGlassesPyController package (https://github.com/ddetommaso/TobiiGlassesPyController)._ +It is based on [TobiiGlassesPyController package](https://github.com/ddetommaso/TobiiGlassesPyController)._ ## To connect Tobii glasses on Mac OS |