IsithaT commited on
Commit
9abb52f
·
unverified ·
1 Parent(s): 464aeb0

Update README.md

Browse files

Added step to make venv

Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -2,6 +2,14 @@
2
 
3
  ## Steps to Run
4
 
5
- ```python
 
 
 
 
 
 
 
 
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
  ```