Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Updating Scipy version to latest on Windows [duplicate]

Tags:

python

I've never updated my Scipy version and would like to. I'm running WinPython-64bit-3.4.4.1. What is the correct way to do this?

like image 466
Stacey Avatar asked May 08 '17 17:05

Stacey


1 Answers

You can upgrade scipy by running this in the windows command line

pip install --upgrade scipy
like image 120
eli-bd Avatar answered Oct 26 '22 09:10

eli-bd