aboutsummaryrefslogtreecommitdiff
path: root/docs/mkdocs/src/platforms/index.md
blob: a93e947a05f2272e1376b1999d75926de3fd52ce (plain)
1
2
3
4
5
6
7
8
9
10
11
PLATFORMS
=========

Most of the code included in the project should run on any platform that supports Python >= 3.8. Not all features are supported on all platforms (for example, USB dongle support is only available on platforms where the python USB library is functional).

For platform-specific information, see the following pages:

  * :material-apple: macOS - see the [macOS platform page](macos.md)
  * :material-linux: Linux - see the [Linux platform page](linux.md)
  * :material-microsoft-windows: Windows - see the [Windows platform page](windows.md)
  * :material-android: Android - see the [Android platform page](android.md)