install meshtastic:
sudo pip3 install --upgrade meshtastic
What's Changed
* adding pyyaml to setup by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/165
* added smoke tests on one device by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/134
* do not specify versions by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/137
* add smoke test for configure via yaml file by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/138
* Work on unit tests by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/140
* Minor fixes by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/144
* Add support option by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/145
* improve the error messages; change from exceptions where it makes sense by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/147
* More testing by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/149
* More work on tests by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/150
* Work on unit tests by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/151
* More unit testing by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/152
* Even more unit tests by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/153
* Work on unit tests2 by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/154
* Testing more stuffs by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/156
* Ch enable work by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/157
* add change as suggested by OverByThere by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/158
* sort possible options/tests, figured out how to mock so --info can be… by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/161
* Main unit tests by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/162
* remove print statements that were helpful during dev by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/163
* Unit tests by mkinney in https://github.com/meshtastic/Meshtastic-python/pull/164
New Contributors
* thebentern made their first contribution in https://github.com/meshtastic/Meshtastic-python/pull/135
**Full Changelog**: https://github.com/meshtastic/Meshtastic-python/compare/1.2.45...1.2.46