Fix PyPI name and installing from, in python.rst (#2710)
This commit is contained in:
parent
a93bac15da
commit
4959c76c34
|
|
@ -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.
|
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
|
.. code-block:: console
|
||||||
|
|
||||||
|
|
@ -56,4 +56,4 @@ Or you can PyPa's `build <https://github.com/pypa/build>`_ and `installer <https
|
||||||
|
|
||||||
$ cd archinstall
|
$ cd archinstall
|
||||||
$ python -m build .
|
$ python -m build .
|
||||||
$ python -m installer dist/*.whl
|
$ python -m installer dist/*.whl
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue