Skip to content

Commit 9f48377

Browse files
author
Matthias Koeppe
committed
doc: update pip installation instructions
1 parent e2e0f8d commit 9f48377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,8 @@ For installation of `sage` in python using `pip` you need to install `sagemath-s
424424

425425
$ python3 -m pip install sage_conf
426426
$ ls $(sage-config SAGE_SPKG_WHEELS)
427-
$ python3 -m pip install $(sage-config SAGE_SPKG_WHEELS)/*.whl
428-
$ python3 -m pip install sagemath-standard
427+
$ python3 -m pip install $(sage-config SAGE_SPKG_WHEELS)/*.whl sage_setup
428+
$ python3 -m pip install --no-build-isolation sagemath-standard
429429

430430
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`.
431431

0 commit comments

Comments
 (0)