Skip to content

Commit 1dc80c3

Browse files
...
1 parent 2934545 commit 1dc80c3

1 file changed

Lines changed: 13 additions & 15 deletions

File tree

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,22 @@
2424

2525
## How to Run:
2626

27-
### Install Requirements
28-
29-
Using Python directly:
27+
### Setup Virtual environment
3028

29+
#### Lunix
3130
```bash
31+
python -m venv venv
32+
source venv/bin/activate
3233
pip install -r requirements.txt
3334
```
34-
Or run:
35-
- `install_requirements.bat`
36-
37-
38-
<br>
35+
#### Windows PowerShell
36+
```bash
37+
python.exe -m pip install --upgrade pip
38+
py -3.11 -m venv venv311
39+
venv311\Scripts\activate
40+
pip install -r requirements.txt
41+
```
42+
<br>
3943

4044
### Run main.py
4145

@@ -55,13 +59,7 @@ or
5559
Unix-like systems (Linux/macOS):
5660
- `.\run.sh`
5761

58-
<br>
59-
60-
## Requirements:
61-
62-
```bash
63-
64-
```
62+
<br>
6563

6664
<br>
6765
<div align="center">

0 commit comments

Comments
 (0)