I am using Windows. And, I am completely new at Python. I just installed Python, and must also install Python packages: pip install pandas.
How? where do I do this? From windows command?
I am using Windows. And, I am completely new at Python. I just installed Python, and must also install Python packages: pip install pandas.
How? where do I do this? From windows command?
Yes, from a Command Prompt window.
Also, on Windows, it’s recommended that you use the Python Launcher py, for example:
py --version
and to install packages:
py -m pip install pandas