Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/installing/python.rst
diff options
context:
space:
mode:
authorGiancarlo Razzolini <grazzolini@archlinux.org>2021-01-20 18:43:58 -0300
committerGiancarlo Razzolini <grazzolini@archlinux.org>2021-01-20 18:43:58 -0300
commitbeb6ab1ee500b4f555eb07f37232ba6c507609c9 (patch)
treedf9fde327e6df38eb21c94fdd5587d7c8d7c6108 /docs/installing/python.rst
parent61866e346f5a1b04a978fa05acd87a267e0e7f6f (diff)
Change the documentation now that archinstall is on the official repositories
Changed README.md to not use sudo pip anymore and point users to use pacman instead. We go into more detail on the docs. Changed binary.rst to point to the official repositories too. Changed python.rst to point to using the official repositories for the installation of both the archinstall script or for just installing the library (archinstall depends on python-archinstall).
Diffstat (limited to 'docs/installing/python.rst')
-rw-r--r--docs/installing/python.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/installing/python.rst b/docs/installing/python.rst
index ca34b1af..44606166 100644
--- a/docs/installing/python.rst
+++ b/docs/installing/python.rst
@@ -9,6 +9,23 @@ But the library can be installed manually as well.
.. warning::
This is not required if you're running archinstall on a pre-built ISO. The installation is only required if you're creating your own scripted installations.
+Using pacman
+----------
+
+Archinstall is on the `official repositories <https://wiki.archlinux.org/index.php/Official_repositories>`_.
+
+To install both the library and the archinstall script:
+
+.. code-block:: console
+
+ sudo pacman -S archinstall
+
+Or, to install just the library:
+
+.. code-block:: console
+
+ sudo pacman -S python-archinstall
+
Using PyPi
----------