Add type of code in README
This commit is contained in:
parent
87e980b57d
commit
3e35aa9fb9
1 changed files with 9 additions and 3 deletions
|
@ -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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue