PurinNyova
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,6 +24,10 @@ A polished PyQt5 GUI for the `image_postprocess` pipeline that adds live preview
|
|
| 24 |
pip install pyqt5 pillow numpy matplotlib piexif
|
| 25 |
# optional but recommended for color matching / some functionality:
|
| 26 |
pip install opencv-python
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
```
|
| 28 |
|
| 29 |
### Files expected in the same folder
|
|
|
|
| 24 |
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 |
|
| 33 |
### Files expected in the same folder
|