Skip to content

Commit 76aa94f

Browse files
vinkleinjdemeyer
authored andcommitted
Add a tip for installation in README (cysignals dependance)
1 parent e75d76f commit 76aa94f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ If you want to try the development version use
4242

4343
$ pip install git+https://github.com/defeo/cypari2.git [--user]
4444

45+
If you have an error saying libpari-gmp*.so* is missing and have all requirements
46+
already installed, try to reinstall cysignals and cypari2
47+
48+
::
49+
50+
$ pip install cysignals --upgrade [--user]
51+
$ pip install cypari2 --upgrade [--user]
52+
4553
Other
4654
^^^^^
4755

0 commit comments

Comments
 (0)