Closed KarsonTheFoxx closed 2 years ago
pip uninstall python-aternos
git clone https://codeberg.org/DarkCat09/python-aternos.git
cd python-aternos
sudo pip install -e .
When new version with bugfixes will be released, you should install module from pip to receive updates easier.
# Reinstall
sudo pip uninstall python-aternos
pip install -U python-aternos
# Remove cloned git repo
rm -rf ~/python-aternos
python3 -m pip install python-aternos
didnt work because i was getting
FileNotFound
in the module metadata's setup.pyso is there a way i can manually add these file to my raspberry pi? (im using the 32 bit Raspberry pi OS based of buster 10)