Skip to content

Commit 012f278

Browse files
...
1 parent 3a8313d commit 012f278

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,13 @@ wrapt 2.1.2
196196
<br>
197197

198198
## How to Run:
199+
199200
```bash
201+
python3 -m venv venv
202+
source venv/bin/activate
200203
pip install -r requirements.txt
201204
```
205+
202206
```bash
203207
pip install opencv-contrib-python
204208
```
@@ -225,9 +229,6 @@ pip install flask
225229
```bash
226230
python main.py
227231
```
228-
229-
To make the setup script executable, run the following command in your terminal:
230-
231232
```bash
232233
chmod +x setup.sh
233234
```

0 commit comments

Comments
 (0)