PurinNyova
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,8 +25,10 @@ pip install pyqt5 pillow numpy matplotlib piexif
|
|
| 25 |
# optional but recommended for color matching / some functionality:
|
| 26 |
pip install opencv-python
|
| 27 |
|
|
|
|
| 28 |
OR
|
| 29 |
|
|
|
|
| 30 |
pip install -r requirements.txt
|
| 31 |
```
|
| 32 |
|
|
|
|
| 25 |
# optional but recommended for color matching / some functionality:
|
| 26 |
pip install opencv-python
|
| 27 |
|
| 28 |
+
```
|
| 29 |
OR
|
| 30 |
|
| 31 |
+
```bash
|
| 32 |
pip install -r requirements.txt
|
| 33 |
```
|
| 34 |
|