We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8313d commit 012f278Copy full SHA for 012f278
1 file changed
README.md
@@ -196,9 +196,13 @@ wrapt 2.1.2
196
<br>
197
198
## How to Run:
199
+
200
```bash
201
+python3 -m venv venv
202
+source venv/bin/activate
203
pip install -r requirements.txt
204
```
205
206
207
pip install opencv-contrib-python
208
@@ -225,9 +229,6 @@ pip install flask
225
229
226
230
python main.py
227
231
228
-
-To make the setup script executable, run the following command in your terminal:
232
233
chmod +x setup.sh
234
0 commit comments