Saataa andagii !

This commit is contained in:
Lukian 2025-01-05 16:15:22 +01:00
parent dbfbb0960e
commit a8a5fe1541

View file

@ -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*