Skip to content

Commit 3861811

Browse files
authored
Update README.md
1 parent 20c7195 commit 3861811

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,15 @@ source scripts/activate
2121

2222
```
2323
cd /path/to/folder/camera
24-
mkdir src
25-
cd src
2624
git clone https://github.com/Arvind-4/Camera-with-PyQt5.git .
27-
pip install -r requirements.txt
25+
pip install -r requirements/requirements.txt
2826
```
2927

3028
### Step 3: Run the Code
3129

3230
```
33-
cd /path/to/folder/camera/src
34-
python main.py
31+
cd /path/to/folder/camera
32+
python src/main.py
3533
```
3634

3735

0 commit comments

Comments
 (0)