Merge pull request #5 from LOUDO56/LOUDO56-patch-1

Update README.md
This commit is contained in:
LLL 2024-01-21 13:18:10 +01:00 committed by GitHub
commit 19c353affa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -60,9 +60,9 @@ If you encounter a bug or want to request an update, simply create an issue [her
```bash
pip install -r requirements.txt
```
- If you want these package to be on virtual environment follow these step [here](https://stackoverflow.com/a/41799834)
- If you are on **Linux**, you need to install Tkinter manually, commands to install are [here](https://www.geeksforgeeks.org/how-to-install-tkinter-on-linux/)
- If you are on **Linux**, you might need to install Tkinter manually, commands to install are [here](https://www.geeksforgeeks.org/how-to-install-tkinter-on-linux/)
- You need to remove the **win10toast** from `requirements.txt` or else you won't be able to install the depedencies
- If you want these package to be on virtual environment follow these step [here](https://stackoverflow.com/a/41799834)
- Finally, do `cd src` and type: `python3 main.py`
- And boom! The software is now ready to use.