在ubuntu安装python, theano, keras , Spearmint, Mongodb

系统配置: Ubuntu 14 (其他系统也差不多如下操作)

1. 通过anaconda安装 python

    地址: https://www.continuum.io/downloads#linux

2. 安装 theano

     dlg@dlg:~/Downloads$ pip install theano

3. 安装 keras

     dlg@dlg:~/Downloads$ pip install keras

4. 安装 Spearmint

     dlg@dlg:~/Tools$ pip install -e ~/Tools/Spearmint/

     dlg@dlg:pip install pymongo

5. 安装 Mongodb

     Dwonload from: https://www.mongodb.com/download-center?jmp=nav#community

     Install manual:   https://docs.mongodb.com/master/tutorial/install-mongodb-on-ubuntu/?_ga=1.147227895.1764759518.1475808384

原文地址:https://www.cnblogs.com/jluzhsai/p/5935597.html