From c82c4da27c2ce3b8af7d1bb055d6a8a8ab291592 Mon Sep 17 00:00:00 2001 From: KOSMOGOR Date: Mon, 14 Apr 2025 20:24:42 +0300 Subject: [PATCH] add: prototype of README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..63a45fb --- /dev/null +++ b/README.md @@ -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` \ No newline at end of file