Install Spyder in python

Asked

Viewed 3,199 times

0

How do I install Spyder in python 2.7 ? i already have Pip installed in python scripts and easy_install.. with the help of a friend but I don’t know how to install Spyder

1 answer

0


In the Linux:

To install the Spyder using the Pip:

pip install spyder

To update the Spyder already installed with the Pip:

pip install -U spyder

In the Windows

For Pip you won’t be able to install.

• First install the Pyqt4 dependency. Download the .exe here

• Then download the .exe of the here

Reference: link

  • and for windows?

  • @Stinrose, I edited the answer with windows and inserted at the end the link of the Spyder site where you have all the documentation and step by step installation

  • Thank you very much!!!!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.