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