提交 2a9a891d authored 作者: slefrancois's avatar slefrancois

Added install instructions for Python 3 in Ubuntu

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