File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,10 @@ Library for creating Stream Deck plugins in Python.
38
38
39
39
## Installation
40
40
41
+ > ⚠️ For correct operation on Windows, it is recommended to enable ` LongPaths ` support in
42
+ > the system: [ manual] ( https://www.backupery.com/how-to-enable-ntfs-long-paths-in-windows/ ) .
43
+ > Without this setting, problems with installation and use may occur!
44
+
41
45
``` shell
42
46
pip install streamdeck-sdk[dev]
43
47
```
Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ Library for creating Stream Deck plugins in Python.
45
45
46
46
## Installation
47
47
48
+ > ⚠️ For correct operation on Windows, it is recommended to enable ` LongPaths ` support in
49
+ > the system: [ manual] ( https://www.backupery.com/how-to-enable-ntfs-long-paths-in-windows/ ) .
50
+ > Without this setting, problems with installation and use may occur!
51
+
48
52
``` shell
49
53
pip install streamdeck-sdk[dev]
50
54
```
Original file line number Diff line number Diff line change 45
45
46
46
## Установка
47
47
48
+ > ⚠️ Для корректной работы на Windows рекомендуется включить поддержку ` LongPaths ` в
49
+ > системе: [ manual] ( https://www.backupery.com/how-to-enable-ntfs-long-paths-in-windows/ ) .
50
+ > Без этой настройки возможны проблемы с установкой и использованием!
51
+
48
52
``` shell
49
53
pip install streamdeck-sdk[dev]
50
54
```
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " streamdeck_sdk"
7
- version = " 1.2.0.dev7 "
7
+ version = " 1.2.0.dev8 "
8
8
authors = [
9
9
{ name = " Grigoriy Gusev" , email = " thegrigus@gmail.com" },
10
10
]
You can’t perform that action at this time.
0 commit comments