mirror of
https://github.com/ShaYmez/pYSFReflector.git
synced 2024-11-16 21:21:58 -05:00
Sorting included packages in alphabetic order and removed dublettes
This commit is contained in:
parent
eb0b7e3334
commit
89cc2380f9
17
README.md
17
README.md
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user