@@ -57,7 +57,8 @@ screeninfo==0.8
5757
5858Refer to [ Supported platforms and languages] ( https://developer.tobiipro.com/tobiiprosdk/platform-and-language.html ) ,
5959Tobii Pro SDK only supports Python 3.8 and Python 3.10. Regarding operating systems, Tobii Pro SDK supports Windows
60- 10 and 11 (64-bit), macOS 10.15 and 12, and Ubuntu 20.04 LTS.
60+ 10 and 11 (64-bit), macOS 10.15 and 12, and Ubuntu 20.04 LTS. Note that unsupported operating systems may cause
61+ installation issues, especially the ` tobii-research ` package.
6162
6263## Installation
6364
@@ -68,16 +69,21 @@ Tobii Pro SDK only supports Python 3.8 and Python 3.10. Regarding operating syst
6869We provide the direct download link of the plugin zip file for the following JetBrains IDEs for convenience.
6970
7071{.compact}
71- | JetBrains IDEs | Version | Download Link |
72- | :--------------:| :---------------:| :-------------:|
73- | IntelliJ IDEA | 2022.2 - 2023.3 | [ Download] ( https://drive.google.com/file/d/1slG1PVpUQEJWoGb17mcl_-JYlK7bbiQz/view?usp=sharing ) |
74- | PyCharm | 2022.2 - 2023.3 | [ Download] ( https://drive.google.com/file/d/1hLIT86SMCTAeRh5MKK-QItu8EogYwlHY/view?usp=drive_link ) |
72+ | JetBrains IDEs | Operating System | Version | Download Link |
73+ | :--------------:| :----------------:| :-------:| :-------------:|
74+ | IntelliJ IDEA | Windows & Linux | 2022.2 - 2023.3 | [ Download] ( https://drive.google.com/file/d/1slG1PVpUQEJWoGb17mcl_-JYlK7bbiQz/view?usp=sharing ) |
75+ | PyCharm | Windows & Linux | 2022.2 - 2023.3 | [ Download] ( https://drive.google.com/file/d/1hLIT86SMCTAeRh5MKK-QItu8EogYwlHY/view?usp=drive_link ) |
76+ | IntelliJ IDEA | macOS | 2022.2 - 2023.3 | [ Download] ( https://drive.google.com/file/d/1yQ04RCCeA1si6kgZnxKRtrQalHL2x2xh/view?usp=drive_link ) |
77+
78+ Note that the macOS version of the plugin is not fully tested as Windows and Linux versions, and some minor issues may
79+ exist.
7580
7681#### Build from Source
7782
7883We also encourage you to build the plugin from the source code, especially for the IDEs that are not listed above.
7984
80- 1 . Clone the [ repository] ( https://github.com/codegrits/CodeGRITS ) to your local machine.
85+ 1 . Clone the [ repository] ( https://github.com/codegrits/CodeGRITS ) to your local machine. Note that the ` main ` branch
86+ is the stable version for Windows and Linux, and the ` mac ` branch is the unstable version for macOS.
81872 . Set the IDE type and version in ` build.gradle.kts ` file. For example, if you want to build the plugin for IntelliJ
8288 Community Edition between 2022.2 and
8389 2023.3, you should set the following in ` build.gradle.kts ` file.
0 commit comments