From a8a5fe1541136d3db54836f616f0c39271953a6b Mon Sep 17 00:00:00 2001 From: Lukian Date: Sun, 5 Jan 2025 16:15:22 +0100 Subject: [PATCH] Saataa andagii ! --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 724d9eb..c46df0d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,27 @@ ## Installation +### Linux + - `python -m venv .venv` - `source .venv/bin/activate` - `pip install -r requirements.txt` - `python main.py` +### Windows + +#### First method + +- Follow these [steps](https://wiki.archlinux.org/title/Installation_guide) +- Follow the Linux installation + +#### Seccond method + +- `python -m venv .venv` +- `./.venv/bin/activate` +- `pip install -r requirements.txt` +- `python main.py` + ## Documentation *TODO*