Skip to content

Commit

Permalink
📝 updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaygediz committed Jun 18, 2024
1 parent 0fe9c26 commit a580153
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit a580153

Please sign in to comment.