add: prototype of README

This commit is contained in:
KOSMOGOR
2025-04-14 20:24:42 +03:00
parent a7100082c7
commit c82c4da27c
+5
View File
@@ -0,0 +1,5 @@
## How to run
1. Install Python 3.12
2. Install necessary libraries using `pip install -r requirements.txt`
3. Edit parametres in `main.py` (Optionally)
4. Run simulation using `py main.py` or `python3 main.py`