Skip to content

Commit 6bddb5e

Browse files
committed
dev8
1 parent e823d60 commit 6bddb5e

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

README-PYPI.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ Library for creating Stream Deck plugins in Python.
3838

3939
## Installation
4040

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+
4145
```shell
4246
pip install streamdeck-sdk[dev]
4347
```

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Library for creating Stream Deck plugins in Python.
4545

4646
## Installation
4747

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+
4852
```shell
4953
pip install streamdeck-sdk[dev]
5054
```

README.ru.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545

4646
## Установка
4747

48+
> ⚠️ Для корректной работы на Windows рекомендуется включить поддержку `LongPaths` в
49+
> системе: [manual](https://www.backupery.com/how-to-enable-ntfs-long-paths-in-windows/).
50+
> Без этой настройки возможны проблемы с установкой и использованием!
51+
4852
```shell
4953
pip install streamdeck-sdk[dev]
5054
```

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "streamdeck_sdk"
7-
version = "1.2.0.dev7"
7+
version = "1.2.0.dev8"
88
authors = [
99
{ name = "Grigoriy Gusev", email = "thegrigus@gmail.com" },
1010
]

0 commit comments

Comments
 (0)