I downloaded spyder using the
pip install spyder
in my windows 10 32-bit operating system, but i dont see any desktop icons or exe files to start r
As stated in the documentation of Spyder, you need to install PyQt5 first.
PyQt5
Open a Command Prompt as Administrator, then run:
pip install pyqt5 pip install spyder
Then you can find the spyder3.exe in the Python3.6/Scripts folder. You can also make a shortcut to it. No need for Anaconda.
spyder3.exe