From 3a9aba2535e8625f5447bbd4c7d1f53395d5474f Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Thu, 25 Jan 2024 10:30:27 -0800 Subject: [PATCH] README.md: Remove use of --no-build-isolation --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0448771a..e5546b88 100644 --- a/README.md +++ b/README.md @@ -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: