We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512c46b commit 85013f9Copy full SHA for 85013f9
README.md
@@ -18,12 +18,14 @@ This repository contains the Python client SDK for [Eclipse Ditto](https://eclip
18
19
## Installation
20
21
-Install the sources and execute the following command:
+Download the sources and execute the following command:
22
23
```commandline
24
make install
25
```
26
27
+**_NOTE:_** Python >=3.6 is required in order to use the library.
28
+
29
## Creating and connecting a client
30
31
It is a good practice to have a defined behaviour after connecting or disconnecting the client.
0 commit comments