diff --git a/README.md b/README.md index 25ee593..3d8e802 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ must have tools ready for building these bindings for your current platform firs ### Install Furious +Furious requires Python 3.8 and above. + ``` pip install Furious-GUI ``` @@ -117,4 +119,4 @@ Below are some one-click/automatic installation script that's been tested to wor ## License -License under [GPL v3.0](https://github.com/LorenEteval/Furious/blob/main/LICENSE) +License under [GPL v3.0](https://github.com/LorenEteval/Furious/blob/main/LICENSE). diff --git a/setup.py b/setup.py index ff802cd..e0ab131 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name='Furious-GUI', version=__version__, license='GPL v3.0', - description='A PyQt-based cross platform GUI client that launches your beloved GFW to outer space.', + description='A PySide6-based cross platform GUI client that launches your beloved GFW to outer space.', long_description=long_description, long_description_content_type='text/markdown', author='Loren Eteval',