提交 525e5bdf authored 作者: evelynmitchell's avatar evelynmitchell 提交者: GitHub

Use pip3 to install for python3 on ubuntu 14.04

上级 74c0233b
...@@ -60,7 +60,7 @@ On 14.04, this will install Python 2 by default. If you want to use Python 3: ...@@ -60,7 +60,7 @@ On 14.04, this will install Python 2 by default. If you want to use Python 3:
.. code-block:: bash .. code-block:: bash
sudo apt-get install python3-numpy python3-scipy python3-dev python3-pip python3-nose g++ libopenblas-dev git sudo apt-get install python3-numpy python3-scipy python3-dev python3-pip python3-nose g++ libopenblas-dev git
sudo pip install Theano sudo pip3 install Theano
For Ubuntu 11.04: For Ubuntu 11.04:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论