python_skeleton/skeleton/README.md

26 lines
452 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
2024-11-12 09:40:12 +01:00
pip install .
2022-12-26 17:22:13 +01:00
```
2021-01-13 16:10:29 +01:00
### Windows (from PowerShell)
2024-11-12 09:40:12 +01:00
Ensure you have "C:\Users\${env:USERNAME}\AppData\Roaming\Python\Python${python_version}\Scripts\" in your Path environment variable.
2022-12-26 17:22:13 +01:00
```powershell
2024-11-12 09:40:12 +01:00
& $(where.exe pip).split()[0] install .
2022-12-26 17:22:13 +01:00
```
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
```