Update README.md

This commit is contained in:
archnotwindows 2022-07-29 23:42:06 +02:00 committed by GitHub
parent 91886d8162
commit 723c4d2f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -23,10 +23,14 @@
Whith this simple python program you will be able to not procrastinate during the day in some sort of website (like Youtube) that you can choose! so try it out!!
## Getting Started
WARNING!! to use this software you must use a linux distro and the Firefox web browser
0 - Install **[Python](https://python.org)** on your machine. **Version 3.10 or higher is required!**
1 - Clone the repository on your machine.
2 - Put the poweroffer extracted folder in the Desktop
- Install **[Python](https://python.org)** on your machine. **Version 3.10 or higher is required!**
- Clone the repository on your machine.
- Put the poweroffer extracted folder in the Desktop
0 - Install tkinter with these commands "sudo apt-get install python3-tk" and "pip install tk"
1 - Install os,json and time ( but probably these libraries are already installed on your system)
@ -58,10 +62,6 @@ Whith this simple python program you will be able to not procrastinate during th
- Open your console in the cloned repository.
- To complete the installation, write the following command in the console:
```console
pip install -r requirements.txt
```
- To start Poweroffer, write the following command in the console:
```console