Skip to content

Commit 121be67

Browse files
author
Radoslav Gerganov
committed
Put some instructions how to get a fix for the CoAPthon3 bug
Hopefully some day they will release a new version and we will get rid of this.
1 parent a7f5214 commit 121be67

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Python 3.4+ is required. Install with `pip3`:
1212
```
1313
$ pip3 install py-air-control
1414
```
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+
```
1519

1620
Wi-Fi setup
1721
---

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pycryptodomex>=3.4.7
2-
CoAPthon3>=1.0.1
2+
# see https://github.com/Tanganelli/CoAPthon3/issues/29
3+
CoAPthon3 @ git+https://github.com/Tanganelli/CoAPthon3@89d5173

0 commit comments

Comments
 (0)