mirror of
https://github.com/FAUSheppy/homelab_gamevault
synced 2026-01-22 10:57:38 +01:00
fix: linux instructions python & Pillow Version
This commit is contained in:
@@ -14,3 +14,8 @@ You can download the GNU GPL Licensed game "FreeDink" from [here](https://nextcl
|
|||||||
sudo dpkg --add-architecture i386 \n
|
sudo dpkg --add-architecture i386 \n
|
||||||
sudo apt install --install-recommends winehq-staging
|
sudo apt install --install-recommends winehq-staging
|
||||||
sudo apt install libgl1:i386 nvidia-driver-libs:i386
|
sudo apt install libgl1:i386 nvidia-driver-libs:i386
|
||||||
|
sudo apt install python3 python3-pip python3-tk
|
||||||
|
|
||||||
|
# non sudo in project #
|
||||||
|
python -m pip install -r requirements.txt
|
||||||
|
python client.py
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
pyuac
|
pyuac
|
||||||
Pillow
|
Pillow==9.4.0
|
||||||
customtkinter
|
customtkinter
|
||||||
tqdm
|
tqdm
|
||||||
Jinja2
|
Jinja2
|
||||||
|
|||||||
Reference in New Issue
Block a user