Best ways to get Python modules (Download) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

15th Jan 2017, 5:18 PM
GZMaster
GZMaster - avatar
6 Answers
+ 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.
5th Mar 2017, 12:09 AM
‎‏‎‏‎Joe
‎‏‎‏‎Joe - avatar
+ 13
pygame is a terrific and useful module but you need pip to install it.
5th Mar 2017, 12:10 AM
‎‏‎‏‎Joe
‎‏‎‏‎Joe - avatar
+ 13
@Bogdan Bogdanov thank you, helpful
5th Mar 2017, 1:25 AM
‎‏‎‏‎Joe
‎‏‎‏‎Joe - avatar
5th Mar 2017, 1:19 AM
‎‏‎‏‎Joe
‎‏‎‏‎Joe - avatar
+ 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
5th Mar 2017, 12:39 AM
GZMaster
GZMaster - avatar
+ 5
use pip to install python packages. more information: https://pip.pypa.io/en/stable/
15th Jan 2017, 6:31 PM
Bogdan Bogdanov
Bogdan Bogdanov - avatar