Skip to content

Commit

Permalink
Merge pull request #111 from mkoeppe/readme_build_isolation
Browse files Browse the repository at this point in the history
README.md: Remove use of --no-build-isolation
  • Loading branch information
oscarbenjamin authored Jan 25, 2024
2 parents ea65d5f + 3a9aba2 commit c9c2bc0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,15 @@ See here for instructions on building FLINT:

* http://flintlib.org/

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
using:

pip install 'cython>=3' numpy wheel
pip install --no-build-isolation python-flint
pip install --no-binary python-flint python-flint

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

pip install 'cython>=3' numpy wheel
pip install --no-build-isolation .
pip install .

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

0 comments on commit c9c2bc0

Please sign in to comment.