Skip to content

Commit

Permalink
Update dython description
Browse files Browse the repository at this point in the history
  • Loading branch information
safl committed May 18, 2015
1 parent edce91f commit c1c74cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/developers/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ However, both Python and NumPy floods the valgrind output with memory errors - i
sudo ln -s /opt/python/bin/python /usr/bin/dython

export NV=1.8.2
cd /tmp/
wget http://optimate.dl.sourceforge.net/project/numpy/NumPy/$NV/numpy-$NV.tar.gz
tar -xzf numpy-$NV.tar.gz
cd numpy-$NV
dython install
sudo dython setup.py install

Build Bohrium with custom Python
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit c1c74cb

Please sign in to comment.