Skip to content

Commit 6a83dee

Browse files
committed
update README
1 parent a5b4a74 commit 6a83dee

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

README.rst

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,20 +94,12 @@ Requirements
9494

9595
- `PPL <http://bugseng.com/products/ppl/>`_
9696

97-
- `Cython <http://cython.org>`_
97+
- `Cython <http://cython.org>`_ (tested with both 0.29 and 3.0)
9898

9999
- `cysignals <https://pypi.python.org/pypi/cysignals>`_
100100

101-
- `gmpy2 <https://pypi.python.org/pypi/gmpy2>`_: version >= 2.1.0a4 (see below)
101+
- `gmpy2 <https://pypi.python.org/pypi/gmpy2>`_
102102

103-
On Debian/Ubuntu systems these can be installed with::
103+
On Debian/Ubuntu systems the dependencies can be installed with::
104104

105-
$ sudo apt-get install libgmp-dev libmpfr-dev libmpc-dev libppl-dev cython
106-
$ pip install cysignals --user
107-
$ pip install gmpy2 --pre --user
108-
109-
The pip optional option `--user` allows to install python packages for a single
110-
user with no need for administrator rights. The two pip install commands might
111-
be replaced by `sudo pip install PKG` (not recommended). On recent Debian/Ubuntu systems,
112-
cysignals is also available as a package under the name `python-cysignals` for
113-
Python 2 and `python3-cysignals` for Python 3.
105+
$ sudo apt-get install libgmp-dev libmpfr-dev libmpc-dev libppl-dev cython3 python3-gmpy2 python3-cysignals-pari

0 commit comments

Comments
 (0)