@@ -11,24 +11,32 @@ and Arb (arbitrary-precision ball arithmetic). Features:
1111
1212Documentation: http://fredrikj.net/python-flint/
1313
14- Repository: https://github.com/fredrik-johansson /python-flint/
14+ Repository: https://github.com/flintlib /python-flint/
1515
1616Author: Fredrik Johansson <
[email protected] >
1717
1818Installation
1919------------
2020
21- On Windows (x86-64) or OSX (x86-64 or arm64) there are prebuilt wheels for
22- python-flint 0.4.1 that can be installed from PyPI using pip
21+ For Windows (x86-64) or OSX (x86-64 or arm64) or Linux (x86-64
22+ ` manylinux_2_17 ` ) there are binary wheels for python-flint on PyPI. For these
23+ platforms python-flint can be installed simply with ` pip `
2324
2425 pip install python-flint
2526
26- There is currently a problem with the Linux wheels and so for now Linux wheels
27- are not available on PyPI. Instead for Linux first install both FLINT 2.9.0 and
28- Arb 2.23. Note that as of python-flint 0.4.1 only these * exact* versions of
29- FLINT and Arb will work. While some Linux distributions may provide FLINT and
30- Arb it is unlikely that they will provide the exact versions required (e.g.
31- for Ubuntu only Ubuntu 23.04 provides these versions at the time of writing).
27+ Alternatively python-flint can be installed using ` conda `
28+
29+ conda install -c conda-forge python-flint
30+
31+ Build from source
32+ -----------------
33+
34+ For other platforms or architectures installation needs to build from source.
35+ First install both FLINT 2.9.0 and Arb 2.23. Note that for python-flint 0.4
36+ only these * exact* versions of FLINT and Arb will work. While some Linux
37+ distributions may provide FLINT and Arb it is unlikely that they will provide
38+ the exact versions required (e.g. for Ubuntu only Ubuntu 23.04 provides these
39+ versions at the time of writing).
3240
3341See here for instructions on building FLINT and Arb:
3442
@@ -49,7 +57,7 @@ as follows:
4957A script that builds and installs FLINT, Arb and Python-FLINT that is tested on
5058Ubuntu can be found in the git repo here:
5159
52- * https://github.com/fredrik-johansson /python-flint/blob/master/bin/pip_install_ubuntu.sh
60+ * https://github.com/flintlib /python-flint/blob/master/bin/pip_install_ubuntu.sh
5361
5462See the documentation for further notes on building and installing
5563Python-FLINT:
0 commit comments