

Upgradation of a package
How the present version of Spyder can be upgraded to version 4.0.1 ?
Python


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.
Login to add comment