Template upload
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Setup Guide
|
||||
|
||||
## Prerequisites
|
||||
List required hardware, software, services, and package versions.
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
python -m venv .venv
|
||||
source .venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## Run
|
||||
```bash
|
||||
python src/main.py
|
||||
```
|
||||
|
||||
## Test
|
||||
```bash
|
||||
pytest
|
||||
```
|
||||
Reference in New Issue
Block a user