Skip to content

Commit 279b54b

Browse files
authored
pip packages instructions added in note
Fixed the pip installation instructions according to this [comment](#35070 (comment)).
1 parent a2f9901 commit 279b54b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ in the Installation Guide.
398398
Alternative Installation using PiPy
399399
---------------
400400

401-
You can find `sage` and `sagemath` pip packages but it is worth noting that they are not at all related to this `sage`. Indeed `pip install sage` installs `sage 0.0.0` which is literally an empty package. For installation of this `sage` you need to install `sagemath-standard`. First, activate your python virtual environment and follow these steps:
401+
For installation of `sage` in python using `pip` you need to install `sagemath-standard`. First, activate your python virtual environment and follow these steps:
402402

403403
$ python3 -m pip install sage_conf
404404
$ ls $(sage-config SAGE_SPKG_WHEELS)
@@ -407,6 +407,8 @@ You can find `sage` and `sagemath` pip packages but it is worth noting that they
407407

408408
You need to install the `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`.
409409

410+
**NOTE:** You can find `sage` and `sagemath` pip packages but it is worth noting that they are not at all related to this `sage`. Indeed `pip install sage` installs `sage 0.0.0` which is literally an empty package.
411+
410412
Troubleshooting
411413
---------------
412414

0 commit comments

Comments
 (0)