25 lines
452 B
Markdown
25 lines
452 B
Markdown
# __project_codename__
|
|
|
|
## Requirements
|
|
|
|
## Installation
|
|
|
|
### Linux
|
|
|
|
```bash
|
|
pip install .
|
|
```
|
|
|
|
### Windows (from PowerShell)
|
|
|
|
Ensure you have "C:\Users\${env:USERNAME}\AppData\Roaming\Python\Python${python_version}\Scripts\" in your Path environment variable.
|
|
|
|
```powershell
|
|
& $(where.exe pip).split()[0] install .
|
|
```
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
__project_codename__.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters
|
|
```
|