Installing spyder in python

0

How do I install spyder in python 2.7 ?? I already have the pip installed in the python scripts and easy_install .. with the help of a friend but I do not know how to install spyder

    
asked by anonymous 08.04.2015 / 00:08

1 answer

0

No Linux :

To install spyder using pip :

pip install spyder

To upgrade spyder already installed with pip :

pip install -U spyder

No Windows

Pip you will not be able to install.

• First install the PyQT4 dependency. Download .exe here

• Then download .exe from the spyder here

Reference: link

    
29.04.2015 / 00:25