Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md: Remove use of --no-build-isolation #111

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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