We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f5214 commit 121be67Copy full SHA for 121be67
README.md
@@ -12,6 +12,10 @@ Python 3.4+ is required. Install with `pip3`:
12
```
13
$ pip3 install py-air-control
14
15
+If your device is using CoAP then update the `CoAPthon3` dependency to get a fix for a known [bug](https://github.com/Tanganelli/CoAPthon3/issues/29):
16
+```
17
+$ pip install -U git+https://github.com/Tanganelli/CoAPthon3@89d5173
18
19
20
Wi-Fi setup
21
---
requirements.txt
@@ -1,2 +1,3 @@
1
pycryptodomex>=3.4.7
2
-CoAPthon3>=1.0.1
+# see https://github.com/Tanganelli/CoAPthon3/issues/29
3
+CoAPthon3 @ git+https://github.com/Tanganelli/CoAPthon3@89d5173
0 commit comments