Add type of code in README

This commit is contained in:
Antonio J. Delgado 2022-12-26 18:22:13 +02:00
parent 87e980b57d
commit 3e35aa9fb9

View file

@ -6,12 +6,18 @@
### Linux ### Linux
`sudo python3 setup.py install` ```bash
sudo python3 setup.py install
```
### Windows (from PowerShell) ### Windows (from PowerShell)
`& $(where.exe python).split()[0] setup.py install` ```powershell
& $(where.exe python).split()[0] setup.py install
```
## Usage ## Usage
`__project_codename__.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters` ```bash
__project_codename__.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters
```