From 9f483771475b257dc72d073ceb0a73855c02b20a Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Wed, 13 Dec 2023 22:55:42 -0800 Subject: [PATCH] doc: update pip installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4720c2b87ab..422582292af 100644 --- a/README.md +++ b/README.md @@ -424,8 +424,8 @@ For installation of `sage` in python using `pip` you need to install `sagemath-s $ python3 -m pip install sage_conf $ ls $(sage-config SAGE_SPKG_WHEELS) - $ python3 -m pip install $(sage-config SAGE_SPKG_WHEELS)/*.whl - $ python3 -m pip install sagemath-standard + $ python3 -m pip install $(sage-config SAGE_SPKG_WHEELS)/*.whl sage_setup + $ python3 -m pip install --no-build-isolation sagemath-standard You need to install `sage_conf`, a wheelhouse of various python packages. You can list the wheels using `ls $(sage-config SAGE_SPKG_WHEELS)`. After manual installation of these wheels, you can install the sage library, `sagemath-standard`.