How Do I Properly Install Livewires?
I'm teaching myself python with a text book I have, and i'm nearing the end of of the book. But it wants me to install pygame and livewires for the lesson's project. After awhile i
Solution 1:
You can install it with dependent modules. Also probably you will need updated version superwires instead of livewires. Livewires worked with errors for me, but superwires just fine. For Linux:
sudo apt install python3-pip
sudo apt install python3-pygame
pip3 install livewires
pip3 install superwires
Post a Comment for "How Do I Properly Install Livewires?"