Comment on Can someone help me get Pygame working?

Contramuffin@lemmy.world ⁨4⁩ ⁨days⁩ ago

You’ll want to use a virtual environment. Once you have one set up, you can use pip to install modules. ie, you’ll want path/to/virtual/environment/bin/python pip install pygame

Then, you can run programs through the virtual environment with the same method. ie, path/to/virtual/environment/bin/python path/to/game.py

source
Sort:hotnewtop