Monday, September 14, 2015

Install SciPy on Raspberry Pi


Install SciPy on Raspberry Pi, for Python 2, enter the command in LXTerminal
$ sudo apt-get install python-scipy

Install SciPy on Raspberry Pi, for Python 3
$ sudo apt-get install python3-scipy

No comments: