Saataa andagii !
This commit is contained in:
parent
dbfbb0960e
commit
a8a5fe1541
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -2,11 +2,27 @@
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
### Linux
|
||||||
|
|
||||||
- `python -m venv .venv`
|
- `python -m venv .venv`
|
||||||
- `source .venv/bin/activate`
|
- `source .venv/bin/activate`
|
||||||
- `pip install -r requirements.txt`
|
- `pip install -r requirements.txt`
|
||||||
- `python main.py`
|
- `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
|
## Documentation
|
||||||
|
|
||||||
*TODO*
|
*TODO*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue