added README and requirements.txt
authorGeorgios Atheridis <georgios@atheridis.org>
Sat, 14 Jan 2023 02:41:28 +0000 (02:41 +0000)
committerGeorgios Atheridis <georgios@atheridis.org>
Sat, 14 Jan 2023 02:41:28 +0000 (02:41 +0000)
README.md
requirements.txt [new file with mode: 0644]

index aa34bb4e751ce90cecf97f610ca5347211861c37..1ede42987502899c0d677f80c843a1107782b265 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,4 +4,8 @@ Changes the default League of Legends announcer using Live Client Data API. Note
 \r
 ## Installation guide\r
 \r
-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).\r
+To run make sure to have a python interpreter.\r
+```sh\r
+pip install -r requirements.txt\r
+python announcer.pyw\r
+```\r
diff --git a/requirements.txt b/requirements.txt
new file mode 100644 (file)
index 0000000..9ad84a7
--- /dev/null
@@ -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