0
how do you download a 3rd party library?
am looking at the game making options and would need to use either panda3d or pygame xternal libraries but dont know how to download them. any help?
2 Respostas
0
upgrade pip
sudo pip install pygame
import pygame
0
In windows you do this:
Type "cmd" in search bar
pip install panda3d
pip install pygame