Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 459f7c0

Browse filesBrowse files
committed
feat: add requirements.txt
1 parent 437544e commit 459f7c0
Copy full SHA for 459f7c0

2 files changed

+11Lines changed: 11 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Add your Bluetooth LED Strips to your DMX network with Art-Net and the [btledstr
44

55
## Usage
66

7+
1. Install requirements
8+
```console
9+
$ pip install -r requirements.txt
10+
```
711
1. Create the LED Strip config file. Following [example.yml](./example.yml).
812
1. Run artnet_to_btledstrip module with Art-Net Server and btledstrip integration.
913
```console
Collapse file

‎requirements.txt‎

Copy file name to clipboard
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
-i https://pypi.org/simple
2+
bleak==0.22.1; python_version < '3.13' and python_version >= '3.8'
3+
btledstrip==0.2.1; python_version >= '3.12'
4+
dbus-fast==2.21.2; python_version >= '3.7' and python_version < '4.0'
5+
pyaml==24.4.0; python_version >= '3.8'
6+
pyyaml==6.0.1; python_version >= '3.6'
7+
stupidartnet==1.5.0; python_version >= '3.6'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.