在你的 Mac 上安裝Theano

Install Theano on your OSX

Install scientific Python

Installing scientific Python on Mac OS X

Note that it is a little different between what it said and in practice.
Install brew

Open a terminal prompt.
Then paste the following code in it.

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

more info about Brew
Click this link

virtualenvwrapper

source /usr/local/bin/virtualenvwrapper.sh

qtconsole
To truly install python qtconsole on your Mac

pip isntall qtconsole

Install Theano

pip install Theano

Test your installation

import theano
theano.test()
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章