I am new to Python and am trying to pip install the pandas, numpy and a few other libraries, but it won't work.
My method is:
go to command prompt and type python -m pip install pandas --user - I have also tried every other way like pip install etc. Each time i do it it just says syntax error. Solutions?
Thank you.