提交 2c58d675 authored 作者: James Bergstra's avatar James Bergstra

labeled some code-blocks

上级 cdc17115
...@@ -85,7 +85,7 @@ There are no stable releases yet. ...@@ -85,7 +85,7 @@ There are no stable releases yet.
Get the source and run the auto-tests like this: Get the source and run the auto-tests like this:
.. code-block:: .. code-block:: bash
hg clone http://pylearn.org/hg/theano theano hg clone http://pylearn.org/hg/theano theano
cd theano cd theano
...@@ -93,7 +93,7 @@ Get the source and run the auto-tests like this: ...@@ -93,7 +93,7 @@ Get the source and run the auto-tests like this:
To update your library to the latest on pylearn.org, change directory (`cd`) to this `theano` folder and type To update your library to the latest on pylearn.org, change directory (`cd`) to this `theano` folder and type
.. code-block:: .. code-block:: bash
hg pull -u hg pull -u
...@@ -153,7 +153,7 @@ Tips for running on a cluster ...@@ -153,7 +153,7 @@ Tips for running on a cluster
Use something like the following in your .bashrc: Use something like the following in your .bashrc:
.. code-block:: .. code-block:: bash
#use the intel math-kernel library for BLAS routines #use the intel math-kernel library for BLAS routines
THEANO_BLAS_LDFLAGS=-lmkl THEANO_BLAS_LDFLAGS=-lmkl
...@@ -174,7 +174,7 @@ Running the Test Suite ...@@ -174,7 +174,7 @@ Running the Test Suite
Test your installation by running the autotests. Type at the shell: Test your installation by running the autotests. Type at the shell:
.. code-block:: .. code-block:: bash
cd theano cd theano
python2.5 autotest.py python2.5 autotest.py
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论