@@ -14,7 +14,28 @@ From a distribution package (GNU/Linux, conda-forge)
1414^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1515
1616A package might be available in your package manager, see
17- https://repology.org/project/python:cypari2/versions
17+ https://repology.org/project/python:cypari2/versions or
18+ https://doc.sagemath.org/html/en/reference/spkg/cypari for
19+ installation instructions.
20+
21+
22+ From a pre-built wheel from PyPI
23+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
24+
25+ Requirements:
26+
27+ - Python >= 3.9
28+ - pip
29+
30+ Install cypari2 via the Python Package Index (PyPI) via
31+
32+ ::
33+
34+ $ pip install cypari2 [--user]
35+
36+ (the optional option *--user * allows to install cypari2 for a single user
37+ and avoids using pip with administrator rights).
38+
1839
1940From source with pip
2041^^^^^^^^^^^^^^^^^^^^
@@ -32,7 +53,7 @@ Install cypari2 via the Python Package Index (PyPI) via
3253
3354::
3455
35- $ pip install cypari2 [--user]
56+ $ pip install --no-binary cypari2 cypari2 [--user]
3657
3758(the optional option *--user * allows to install cypari2 for a single user
3859and avoids using pip with administrator rights).
@@ -47,13 +68,6 @@ If you want to try the development version, use
4768
4869 $ pip install git+https://github.com/sagemath/cypari2.git [--user]
4970
50- If you have an error saying libpari-gmp*.so* is missing and have all requirements
51- already installed, try to reinstall cysignals and cypari2
52-
53- ::
54-
55- $ pip install cysignals --upgrade [--user]
56- $ pip install cypari2 --upgrade [--user]
5771
5872Usage
5973-----
@@ -126,4 +140,7 @@ the PARI/GP documentation at http://pari.math.u-bordeaux.fr/doc.html
126140Contributing
127141------------
128142
129- Submit pull request or get in touch with the SageMath developers.
143+ CyPari 2 is maintained by the SageMath community.
144+
145+ Open issues or submit pull requests at https://github.com/sagemath/cypari2
146+ and join https://groups.google.com/group/sage-devel to discuss.
0 commit comments