Skip to content

Commit 3927cd9

Browse files
committed
Fix build instructions for ubuntu.
1 parent 7c7b02e commit 3927cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ On Debian/Ubuntu you can install all that is needed with::
6060
sudo apt install git cmake python3-dev g++ libpcre3 libpcre3-dev libgmp3-dev \
6161
libgtkmm-3.0-dev libboost-all-dev libgmp-dev libsqlite3-dev uuid-dev \
6262
texlive texlive-latex-extra dvipng \
63-
python3-matplotlib python3-mpmath python3-sympy
63+
python3-matplotlib python3-mpmath python3-sympy python3-gmpy2
6464

6565
(on Ubuntu 14.04 you need to replace `cmake` with `cmake3` and also
6666
install g++-4.9; get in touch if you don't know how to do this). On

0 commit comments

Comments
 (0)