python_skeleton/skeleton/README.md

24 lines
343 B
Markdown
Raw Normal View History

2021-01-13 16:17:31 +01:00
# __project_codename__
2021-01-13 16:10:29 +01:00
## Requirements
## Installation
### Linux
2022-12-26 17:22:13 +01:00
```bash
sudo python3 setup.py install
```
2021-01-13 16:10:29 +01:00
### Windows (from PowerShell)
2022-12-26 17:22:13 +01:00
```powershell
& $(where.exe python).split()[0] setup.py install
```
2021-01-13 16:10:29 +01:00
## Usage
2022-12-26 17:22:13 +01:00
```bash
__project_codename__.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters
```