We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea65d5f + 3a9aba2 commit c9c2bc0Copy full SHA for c9c2bc0
README.md
@@ -46,16 +46,15 @@ See here for instructions on building FLINT:
46
47
* http://flintlib.org/
48
49
-The latest release of Python-FLINT can then be built and installed using:
+The latest release of Python-FLINT can then be built from source and installed
50
+using:
51
- pip install 'cython>=3' numpy wheel
52
- pip install --no-build-isolation python-flint
+ pip install --no-binary python-flint python-flint
53
54
Python-FLINT can also be installed from a git checkout or a source archive
55
as follows:
56
57
58
- pip install --no-build-isolation .
+ pip install .
59
60
A script that builds and installs FLINT and python-flint that is tested on
61
Ubuntu can be found in the git repo here:
0 commit comments