Skip to content

Commit

Permalink
Update tools.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
safl committed May 18, 2015
1 parent 4d25d43 commit ecd6ae4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/source/developers/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ However, both Python and NumPy floods the valgrind output with memory errors - i
sudo make install
sudo ln -s /opt/python/bin/python /usr/bin/dython

export CV=0.22
cd /tmp/
wget http://cython.org/release/Cython-$CV.tar.gz
tar -xzf Cython-$CV.tar.gz
cd Cython-$CV
sudo dython setup.py install

export NV=1.8.2
cd /tmp/
wget http://optimate.dl.sourceforge.net/project/numpy/NumPy/$NV/numpy-$NV.tar.gz
Expand Down

0 comments on commit ecd6ae4

Please sign in to comment.