Skip to content

Commit

Permalink
update README.md required python version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMiao1 committed Nov 15, 2023
1 parent 54c8206 commit 4c7523f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
`cd` into the downloaded `MiniOS-master` directory, and run the main.py file using the `python3 main.py` bash command.
## Requirements
### Python 3
This program requires Python 3.6 or later to run. To download python, visit https://www.python.org/downloads/.
This program requires Python 3.7 or later to run. To download python, visit https://www.python.org/downloads/.
### Dependencies
This program uses the [_PyQt6_](https://pypi.org/project/PyQt6/) GUI library for graphics, and the [_PyQt6-WebEngine_](https://pypi.org/project/PyQt6-WebEngine/) library to access and render websites.

0 comments on commit 4c7523f

Please sign in to comment.