Skip to content

Commit 0486baa

Browse files
committed
Added requirements.txt and modified readme file
1 parent 5f075b9 commit 0486baa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

scripts/QR and Barcode Scanner/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
## How to run
2+
23
1. Clone the repository
34
```
45
git clone [email protected]:GDSC-RCCIIT/General-Purpose-Scripts.git
56
```
67
2. Install the script requirements
78
```
8-
pip install pyzbar
9-
pip install numpy
10-
pip install opencv-python
9+
pip install -r requirements.txt
1110
```
1211
3. Navigate to `QR and Barcode Scanner` directory
1312
```
@@ -20,4 +19,3 @@
2019
```
2120
python scanner.py
2221
```
23-
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pyzbar==0.1.8
2+
numpy==1.21.2
3+
opencv-python==4.5.3.56

0 commit comments

Comments
 (0)