Skip to content

Commit

Permalink
adding theano numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
soumith committed Apr 15, 2015
1 parent 1c35bd6 commit 5f1328a
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 136 deletions.
8 changes: 4 additions & 4 deletions theano/README.md
Expand Up @@ -2,7 +2,7 @@ Install Theano:
```
git clone git://github.com/Theano/Theano.git
cd Theano
sudo python setup.py develop
python setup.py develop
# To install into your home directory instead:
# python setup.py develop --prefix=~/.local
```
Expand All @@ -11,7 +11,7 @@ Install pylearn2:
```
git clone git://github.com/lisa-lab/pylearn2.git
cd pylearn2
sudo python setup.py develop
python setup.py develop
# To install into your home directory instead:
# python setup.py develop --prefix=~/.local
```
Expand All @@ -22,7 +22,7 @@ wget -c https://pypi.python.org/packages/source/p/pycuda/pycuda-2013.1.1.tar.gz#
tar -xvf pycuda-2013.1.1.tar.gz
cd pycuda-2013.1.1
./configure.py
sudo python setup.py install
python setup.py install
# To install into your home directory instead:
# python setup.py install --user
```
Expand All @@ -31,7 +31,7 @@ Install scikits.cuda:
```
git clone https://github.com/lebedov/scikits.cuda.git
cd scikits.cuda
sudo python setup.py install
python setup.py install
# To install into your home directory instead:
# python setup.py install --user
```
Expand Down

0 comments on commit 5f1328a

Please sign in to comment.