0
Upgradation of a package

How the present version of Spyder can be upgraded to version 4.0.1 ?


Python 09-02-20, 12:01 a.m. GSMahapatra
0

Type pip install --upgrade <package-name> from your terminal (Linux) or Command Prompt (Windows) if you have installed python directly.

If you are using Anaconda or Canopy open the anaconda command prompt/terminal or canopy command prompt/terminal and type the above pip command.

02-04-20, 10:07 a.m. adityacp


Log-in to answer to this question.