5-replace-PIL-with-cv2 #6

Merged
odecif merged 2 commits from 5-replace-PIL-with-cv2 into master 2022-10-26 17:34:52 +02:00
Showing only changes of commit 17ec09d2e2 - Show all commits

View File

@ -3,6 +3,7 @@
A small website written in Flask with separated frontend and backend. Backend is placed on server hosting a collection of games and serves the games nfo-files to the frontend.
## Dependencies
```
pip install Flask
pip install Pillow
pip install opencv-python
```