It's not a great idea to use pip on Arch Linux, as most packages are provided by either normal repos or AUR.
This commit is contained in:
Zoey 2022-01-08 10:16:28 +01:00 committed by GitHub
parent c556fbcc94
commit 63b3c1e31b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,10 +10,18 @@ APIs are a hassle. Feel free to fork though.
you need python3 installed ~~until I compile this into an executable~~ you need python3 installed ~~until I compile this into an executable~~
# pip
*modules* *modules*
>- pip install tkinter >- pip install tkinter
>- pip install pypresence >- pip install pypresence
# Arch Linux
>- pacman -S tk
>- yay -S python-pypresence
*download * *download *
the main branch source code and extract it to some folder the main branch source code and extract it to some folder