Learning to use PyGames. Big thanks to the Project https://github.com/clear-code-projects/5games
First move into this folder and activate your venv:
$: virtualenv .Then activate the environment:
$: ./bin/activateIf it is activated, your prompt will look different and start with the folder name in braces.
Next step is to install pygame-ce into your venv:
$: pip3 install pygame-ce