formatting

This commit is contained in:
2021-07-12 12:58:58 +02:00
parent 8bffb75c6b
commit be5dcaa128

View File

@@ -29,11 +29,11 @@ If you (for some reason) want to uninstall this project just type this:
- sudo apt-get remove server22 -y
## SERVER22 info
## Server22 info
Server22 is single module, which creates a socket and waits for the connection of client.
## Trees:
root dir where installation is applied
root dir where installation is applied:
├── DEBIAN
│   └── control
@@ -47,7 +47,7 @@ root dir where installation is applied
├── __init__.py
└── server22.py
- dir created after installation:
dir created after installation:
├── DEBIAN
│   └── control
└── usr
@@ -122,7 +122,7 @@ make some files You need (for example Pipfile, README, etc.)
Shell script, which automatized the process of installation and packaging.
You can find more info about tasks performed in install.sh - comments.
## python setup.py <args>
## python setup.py
For the long time, distutils was the most used library for python installations, however official Python Software Foundation
does not recommend this lib anymore.
setuptools were created and It offers more options, after making setuptools implemented in python installation It becomes standart.