Skip to content

Commit c9c2bc0

Browse files
Merge pull request #111 from mkoeppe/readme_build_isolation
README.md: Remove use of --no-build-isolation
2 parents ea65d5f + 3a9aba2 commit c9c2bc0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff 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

5454
Python-FLINT can also be installed from a git checkout or a source archive
5555
as follows:
5656

57-
pip install 'cython>=3' numpy wheel
58-
pip install --no-build-isolation .
57+
pip install .
5958

6059
A script that builds and installs FLINT and python-flint that is tested on
6160
Ubuntu can be found in the git repo here:

0 commit comments

Comments
 (0)