Update requirements in readme.md

This commit is contained in:
odecif 2022-10-26 17:32:10 +02:00
parent 8b189fa95e
commit 17ec09d2e2

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. 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 ## Dependencies
```
pip install Flask pip install Flask
pip install Pillow pip install opencv-python
```