https://www.python.org/downloads/.
2) Install PyQt5: using cmd typing this command*
3) Install Spyder: also using cmd with commandpip3 install PyQt5
pip install spyder
pip install --upgrade spyder4) Run: type spyder3 in cmd, the program will run.
Goodluck.
--------------------
(*)
If you got this error "Fatal error in launcher: Unable to create process using '"' "
-> Try entering command
python -m pip install xxxIn which xxx is the name of the packet you want to install