Installation ============ This library works only with **Python 3.7+** and above. Make sure you have Python and pipy installed. You can install the latest MerossIot library with the following command. .. code-block:: bash pip install meross-iot --upgrade If you want to install it manually from github, you can download the source code archive, unzip it and then issue the following commands: .. code-block:: bash git clone https://github.com/albertogeniola/MerossIot.git cd MerossIot pip install -r requirements.txt pip install .