A simple log for installation of spyder2 and spyder3.
1 2 3 4 5 6 7 8
| sudo apt-get install python-qt4 python-sphinx python-numpy python-scipy python-matplotlib
sudo easy_install ipython rope pyflakes pylint pep8 psutil sudo easy_install spyder
sudo apt-get install python3-pyqt4 python3-sphinx python3-numpy python3-scipy python3-matplotlib sudo easy_install3 ipython rope pylint pep8 pyflakes psutil sudo easy_install3 spyder
|