Skip to content

Commit a2f9901

Browse files
authored
fixed spelling errors
1 parent ec867ac commit a2f9901

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
@@ -398,14 +398,14 @@ in the Installation Guide.
398398
Alternative Installation using PiPy
399399
---------------
400400

401-
You can find `sage` and `sagemath` pip packages but it is worth nothing that they are not at all realted 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+
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:
402402

403403
$ python3 -m pip install sage_conf
404404
$ ls $(sage-config SAGE_SPKG_WHEELS)
405405
$ python3 -m pip install $(sage-config SAGE_SPKG_WHEELS)/*.whl
406406
$ python3 -m pip install sagemath-standard
407407

408-
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`.
408+
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

410410
Troubleshooting
411411
---------------

0 commit comments

Comments
 (0)