Fix PyPI name and installing from, in python.rst (#2710)

This commit is contained in:
Rafael Fontenelle 2024-10-01 18:21:49 -03:00 committed by GitHub
parent a93bac15da
commit 4959c76c34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -23,10 +23,10 @@ To install both the library and the archinstall script:
Alternatively, you can install only the library and not the helper executable using the ``python-archinstall`` package.
Installing with PyPi
Installing from PyPI
--------------------
The basic concept of PyPi applies using `pip`.
The basic concept of PyPI applies using `pip`.
.. code-block:: console
@ -56,4 +56,4 @@ Or you can PyPa's `build <https://github.com/pypa/build>`_ and `installer <https
$ cd archinstall
$ python -m build .
$ python -m installer dist/*.whl
$ python -m installer dist/*.whl