Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ Python 3.4+ is required. Install with `pip3`:
```
$ pip3 install py-air-control
```
If your device is using CoAP then update the `CoAPthon3` dependency to get fixes for several known bugs:
```
$ pip3 install -U git+https://github.com/rgerganov/CoAPthon3
```

Wi-Fi setup
---
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
packages=['pyairctrl'],
install_requires=[
'pycryptodomex>=3.4.7',
'CoAPthon3>=1.0.1'
'CoAPthon3 @ git+https://github.com/rgerganov/CoAPthon3',
],
entry_points={
'console_scripts': [
Expand Down