How to start Spyder IDE on Windows

前端 未结 12 1155
醉酒成梦
醉酒成梦 2021-02-01 03:56

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

12条回答
  •  耶瑟儿~
    2021-02-01 04:34

    If you are using Anaconda execute the following commands and your life will be saved!

    conda update qt pyqt
    conda update spyder
    

提交回复
热议问题