Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
pytensor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
testgroup
pytensor
Commits
26d7743b
提交
26d7743b
authored
7月 05, 2012
作者:
Frederic
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Add Mac OS X installation instruction with EPD.
上级
279ea1b7
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
56 行增加
和
5 行删除
+56
-5
install.txt
doc/install.txt
+56
-5
没有找到文件。
doc/install.txt
浏览文件 @
26d7743b
...
@@ -164,7 +164,7 @@ directory; see the `virtualenv documentation`_ for details.
...
@@ -164,7 +164,7 @@ directory; see the `virtualenv documentation`_ for details.
.. _virtualenv documentation: http://virtualenv.openplans.org/
.. _virtualenv documentation: http://virtualenv.openplans.org/
.. _pip: http://pypi.python.org/pypi/pip
.. _pip: http://pypi.python.org/pypi/pip
.. _
install_bleeding_edge
:
.. _
updating
:
Updating Theano
Updating Theano
~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~
...
@@ -198,6 +198,7 @@ the Theano cache like this:
...
@@ -198,6 +198,7 @@ the Theano cache like this:
theano-cache clear
theano-cache clear
.. _install_bleeding_edge:
Bleeding-edge install instructions
Bleeding-edge install instructions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
@@ -479,15 +480,67 @@ everything is working properly.
...
@@ -479,15 +480,67 @@ everything is working properly.
(`libdoc_config`).
(`libdoc_config`).
.. _Graphviz: http://www.graphviz.org/Download_windows.php
MacOS
MacOS
-----
-----
There are various ways to install Theano dependencies on a Mac.
There are various ways to install Theano dependencies on a Mac.
Here we describe the process in details using MacPorts, but if you did
Here we describe the process in details using
EPD and
MacPorts, but if you did
it differently and it worked, please let us know the details on the
it differently and it worked, please let us know the details on the
`theano-users`_ mailing-list, so that we can add alternate instructions
`theano-users`_ mailing-list, so that we can add alternate instructions
here.
here.
In academia: Enthought Python Distribution (EPD)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you are working in academia, the easiest way to install most of the
dependencies is to install
`Enthought Python Distribution (EPD) <http://enthought.com/products/epd.php>`_.
If you are affiliated to a university (as student or employee), you can
download the installation for free.
EPD installation includes in particular Python (and the development headers),
numpy, scipy, nose, sphinx, easy_install, pydot (but *not* `Graphviz`_, which is
necessary for it to work) and the MKL implementation of blas. The Mac OS and
Linux version, do not include g++.
pip is not included in EPD. After the installation of EPD,
you can simply install it with::
.. code-block:: bash
$ sudo easy_install pip
Then in a terminal excute this command to install the lastest Theano release:
.. code-block:: bash
$ sudo pip install Theano
If you want the bleeding edge version, `download
and install git <http://git-scm.com/downloads>`_. Then in a
terminal excute this command:
.. code-block:: bash
$ sudo pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git
See the section `install_bleeding_edge`_ for more
information on the bleading edge version.
Then you must instll g++. You can do this by installing XCode. See the first bullet in the :ref:`macports` section.
.. note::
If you use the trunk or version 0.6 or later of Theano, we try to
automaticaly link with the EPD blas version. Due to Mac OS
particularities, we need a user intervention to do it. We detect
if the user did the modification and if not, we tell him how todo
it.
.. _macports:
MacPorts
MacPorts
~~~~~~~~
~~~~~~~~
...
@@ -654,7 +707,7 @@ In academia: EPD
...
@@ -654,7 +707,7 @@ In academia: EPD
################
################
If you are working in academia, the easiest way to install most of the
If you are working in academia, the easiest way to install most of the
dependencies is to install `Enthought Python Distribution (EPD) <
epd
>`_.
dependencies is to install `Enthought Python Distribution (EPD) <
http://enthought.com/products/epd.php
>`_.
If you are affiliated to a university (as student or employee), you can
If you are affiliated to a university (as student or employee), you can
download the installation for free.
download the installation for free.
...
@@ -687,8 +740,6 @@ pip is not included in EPD, but you can simply install it with::
...
@@ -687,8 +740,6 @@ pip is not included in EPD, but you can simply install it with::
easy_install pip
easy_install pip
.. _epd: http://enthought.com/products/epd.php
.. _Graphviz: http://www.graphviz.org/Download_windows.php
Alternative: Python(x,y)
Alternative: Python(x,y)
########################
########################
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论