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:
4646
4747* http://flintlib.org/
4848
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:
5051
51- pip install 'cython>=3' numpy wheel
52- pip install --no-build-isolation python-flint
52+ pip install --no-binary python-flint python-flint
5353
5454Python-FLINT can also be installed from a git checkout or a source archive
5555as follows:
5656
57- pip install 'cython>=3' numpy wheel
58- pip install --no-build-isolation .
57+ pip install .
5958
6059A script that builds and installs FLINT and python-flint that is tested on
6160Ubuntu can be found in the git repo here:
You can’t perform that action at this time.
0 commit comments