Update README
parent
d815281abc
commit
44cb7a697b
|
@ -1,9 +1,9 @@
|
||||||
# About
|
# About
|
||||||
This is just a Sudoku program written in python using the PyQt5 library. It's supposed to be a learning experience
|
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. The goal(?) is to make it as animated as possible.
|
about the graphics system of PyQt.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
Requires `Python 3`, `PyQt5`, and `Numpy`.
|
Requires `Python 3`, `PySide2`, and `Numpy`.
|
||||||
|
|
||||||
Use the requirements.txt to install the dependencies.
|
Use the requirements.txt to install the dependencies.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue