sudo Command
Title
Question
sudo Command is not recognized as internal or external command in windows
How to install numpy
Python-3.4.3 Statistics 01-02 min 0-10 sec
Answers:
pip install numpy
pip is automatically installed when you install python-3.x executable from python.org.
And for installing pip packages, I suggest you to install VS code software. Its terminal will allow you to install pip packages easily (pip install numpy)
Login to add comment