richibrics / IoTuring

Your Windows, Linux, macOS computer as MQTT and HomeAssistant integration
https://pypi.org/project/IoTuring/
GNU General Public License v3.0
70 stars 6 forks source link

OS specific dependencies for PIP not as optional #44

Closed richibrics closed 1 year ago

richibrics commented 1 year ago

Tested on macOS, python3.10 and correctly installs ioturing-applesmc, pyobjc and ignores tinywintoast

infeeeee commented 1 year ago

Working on linux perfectly.

Don't forget to update the readme as well. If you are there, git is not a requirement any more on all platforms.

richibrics commented 1 year ago

Yes, I also added a section to quickly see the install command as it's only a pip command for those who already have python3.7+ and pip installed, so that it seems easy to install (as it really is).

richibrics commented 1 year ago

Merging since it works on all platforms