Spaces:
Running
Running
IsithaT
commited on
Update README.md
Browse filesAdded step to make venv
README.md
CHANGED
@@ -2,6 +2,14 @@
|
|
2 |
|
3 |
## Steps to Run
|
4 |
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
pip install -r requirements.txt
|
7 |
```
|
|
|
2 |
|
3 |
## Steps to Run
|
4 |
|
5 |
+
if it your first time running it:
|
6 |
+
```
|
7 |
+
python -m venv venv
|
8 |
+
```
|
9 |
+
then activate your virtual environment
|
10 |
+
|
11 |
+
then:
|
12 |
+
|
13 |
+
```
|
14 |
pip install -r requirements.txt
|
15 |
```
|