From 44cb7a697b119d7b1a995af1bd9790d14c9a2d1d Mon Sep 17 00:00:00 2001 From: En Yi Date: Sat, 9 Jul 2022 14:14:20 +0800 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a54a04..2a727a8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # About -This is just a Sudoku program written in python using the PyQt5 library. It's supposed to be a learning experience -about the graphics system of PyQt. The goal(?) is to make it as animated as possible. +This is just a Sudoku program written in python using the PySide2 library. It's supposed to be a learning experience +about the graphics system of PyQt. ## Requirements -Requires `Python 3`, `PyQt5`, and `Numpy`. +Requires `Python 3`, `PySide2`, and `Numpy`. Use the requirements.txt to install the dependencies.