python_skeleton/skeleton/README.md
2021-01-13 17:17:31 +02:00

17 lines
307 B
Markdown

# __project_codename__
## Requirements
## Installation
### Linux
`sudo python3 setup.py install`
### Windows (from PowerShell)
`& $(where.exe python).split()[0] setup.py install`
## Usage
`__project_codename__.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters`