Spyder2 or Spyder3?

How to install Spyder2 (Python 2.7) and Spyder3 (Python 3.x)

sudo -H pip2 install spyder
sudo -H pip3 install spyder

 

How to update Spyder2  and Spyder3

sudo -H pip2 install --upgrade spyder
sudo -H pip3 install --upgrade spyder
Back