From 63b3c1e31bed045810744fc0acac051be6bd4adf Mon Sep 17 00:00:00 2001 From: Zoey Date: Sat, 8 Jan 2022 10:16:28 +0100 Subject: [PATCH] Arch btw It's not a great idea to use pip on Arch Linux, as most packages are provided by either normal repos or AUR. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 2cacd30..02d9cfc 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,18 @@ APIs are a hassle. Feel free to fork though. you need python3 installed ~~until I compile this into an executable~~ +# pip + *modules* >- pip install tkinter >- pip install pypresence +# Arch Linux + +>- pacman -S tk +>- yay -S python-pypresence + + *download * the main branch source code and extract it to some folder