From a580153c03407b6faa0fa2037977658203875f02 Mon Sep 17 00:00:00 2001 From: berkaygediz <121058050+berkaygediz@users.noreply.github.com> Date: Tue, 18 Jun 2024 03:37:57 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20updated=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 076498d..5fbe78d 100644 --- a/README.md +++ b/README.md @@ -44,16 +44,16 @@ RichSpan is a word processor. Lightweight and easy to use, it is designed to be git clone https://github.com/berkaygediz/RichSpan.git ``` -2. Install PyQt5: +2. Install requirements: ```bash -pip install PyQt5 +pip install -r .\requirements.txt ``` ### Usage ```bash -python main.py +python RichSpan.py ``` ## Contributing @@ -62,4 +62,4 @@ Contributions to the RichSpan project are welcome. Please read [CONTRIBUTING.md] ## License -This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details. +This project is licensed under the GNU GPLv3, GNU LGPLv3 & Mozilla Public License Version 2.0.