#pygame not installing

1 messages · Page 1 of 1 (latest)

tawdry tendon
#

you don't have pip installed or its not in your PATH

#

so u probably dont have python installed

#

if u do then try python -m ensurepip --upgrade

random wren
#

ima just read out on the steps on how to install pygame

#

1: install python

sacred sandal
#

From the official pygame wiki, try:
python3 -m pip install -U pygame --user

random wren
#

also you need to path python on the installation part so it works

#

and a .py file too