We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4301049 commit ca50ef1Copy full SHA for ca50ef1
README.md
@@ -6,14 +6,12 @@ Supports:
6
- Python 2 and Python 3
7
- Windows, Linux, OSX
8
- Micropython (PyCom WiPy, LoPy)
9
-
10
-Limitations:
11
-- Only virtual pins supported
+- Virtual pins (see examples)
12
13
## Installation
14
15
```sh
16
-TODO
+pip install blynk-library-python
17
```
18
19
## Usage
setup.cfg
@@ -0,0 +1,2 @@
1
+[metadata]
2
+description-file = README.md
0 commit comments