On 24/12/2015 00:57, nisthesec...@verizon.net wrote:
     Dear Sir,
    I downloaded and installed Python 3.5.1 in Windows 10.
    The pip command was not part of it.
    In the future, can you kindly include numpy, scipy, and pygame as part of
    the Python release?
    I am a teacher trying to teach Python to my students.
    To get a working version of Python going is extremely tedious.
    Kind Regards,
    Nick Srinivasan


pip is part of Python 3.5.1, I'd assume that you did not select it when you did the installion. Installing third party modules with core Python is never going to happen. However there are several distributions that do bundle things, see http://www.scipy.org/install.html

--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to