+ 8
Best ways to get Python modules (Download)
I Hv alot of modules that I want to download and am having trouble downloading them, any help plz
6 ответов
+ 14
This has been frustrating for me too. The python you d/l from python.org does not have pip, but if you install python using homebrew (brew install python) that version will include pip.
+ 13
pygame is a terrific and useful module but you need pip to install it.
+ 13
@Bogdan Bogdanov thank you, helpful
+ 12
to check for, get, and install pip:
https://ehmatthes.github.io/pcc/chapter_12/installing_pip.html
+ 9
I know right I hv pygame it's awesome, but I can't find pygame for python 3 I only Hv for python 2
+ 5
use pip to install python packages.
more information: https://pip.pypa.io/en/stable/