Sorting included packages in alphabetic order and removed dublettes

This commit is contained in:
Kim Huebel 2021-03-26 21:29:50 +00:00
parent eb0b7e3334
commit 89cc2380f9

View File

@ -33,19 +33,18 @@ There is also a functionality implemented that prohibits parallel transmissions
## Easy Installation And Upgrade ## Easy Installation And Upgrade
Depending on your used operating system and python3-installation you just have to take care that following libraries are installed: Depending on your used operating system and python3-installation you just have to take care that following libraries are installed:
* socket * bisect
* threading
* queue
* sys
* os
* time
* re
* configparser * configparser
* datetime * datetime
* os
* queue
* re
* signal * signal
* datetime * socket
* bisect
* struct * struct
* sys
* threading
* time
In most installations this packages are already installed, otherwise you easily can install them with your system-package-manager (for example Debian: apt) or you use pip3 install <package>-command. In most installations this packages are already installed, otherwise you easily can install them with your system-package-manager (for example Debian: apt) or you use pip3 install <package>-command.