Ching-Chuan Chen's Blogger

Statistics, Machine Learning and Programming

0%

Installations of spyder2 and spyder3

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
# recommended modules
sudo easy_install ipython rope pyflakes pylint pep8 psutil
sudo easy_install spyder
# python 3
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
1
2
3
4
# python 2.7
spyder
# python 3
spyder3