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
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
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
Browser other questions tagged python-2.7
You are not signed in. Login or sign up in order to post.
and for windows?
– CSAnimor
@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
– Vitor Leal
Thank you very much!!!!
– CSAnimor