File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,15 @@ See here for instructions on building FLINT:
46
46
47
47
* http://flintlib.org/
48
48
49
- The latest release of Python-FLINT can then be built and installed using:
49
+ The latest release of Python-FLINT can then be built from source and installed
50
+ using:
50
51
51
- pip install 'cython>=3' numpy wheel
52
- pip install --no-build-isolation python-flint
52
+ pip install --no-binary python-flint python-flint
53
53
54
54
Python-FLINT can also be installed from a git checkout or a source archive
55
55
as follows:
56
56
57
- pip install 'cython>=3' numpy wheel
58
- pip install --no-build-isolation .
57
+ pip install .
59
58
60
59
A script that builds and installs FLINT and python-flint that is tested on
61
60
Ubuntu can be found in the git repo here:
You can’t perform that action at this time.
0 commit comments