From: Georgios Atheridis Date: Sat, 14 Jan 2023 02:41:28 +0000 (+0000) Subject: added README and requirements.txt X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=9a57774502205dd9eda4d579882de8f799ca8806;p=forks%2Fpeks-announcer.git added README and requirements.txt --- diff --git a/README.md b/README.md index aa34bb4..1ede429 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,8 @@ Changes the default League of Legends announcer using Live Client Data API. Note ## Installation guide -You can either download the source code and run ```python announcer.pyw``` or [download the executable file](https://github.com/auxermen/lol-announcer/releases/download/v0.1/lol-announcer.zip). +To run make sure to have a python interpreter. +```sh +pip install -r requirements.txt +python announcer.pyw +``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9ad84a7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +audioplayer==0.6 +certifi==2022.12.7 +charset-normalizer==3.0.1 +idna==3.4 +pycairo==1.23.0 +PyGObject==3.42.2 +requests==2.28.2 +urllib3==1.26.14