Skip to content

Commit

Permalink
Added Installation section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Llyfrs committed Oct 17, 2021
1 parent d04ce03 commit ea5d41c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ If the API key is invalid you will be informed about it. When the API key is val
## Number of API calls
Right now the app updates every 30 seconds making 3 API calls.

# Installation
For running this python program you will need PyQt5 and request packages. You can install them manually using commands shown bellow.
```
pip install PyQt5
pip install request
```
Or you can install them using provided pipfile using pipenv
```
pipenv install
```
# List of all generated task.

- Reminder to take drugs
Expand Down

0 comments on commit ea5d41c

Please sign in to comment.