From 4959c76c3495a1815b6d4aa6183ef1a25dfc7e3a Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Tue, 1 Oct 2024 18:21:49 -0300 Subject: [PATCH] Fix PyPI name and installing from, in python.rst (#2710) --- docs/installing/python.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installing/python.rst b/docs/installing/python.rst index edd55138..3cb02c49 100644 --- a/docs/installing/python.rst +++ b/docs/installing/python.rst @@ -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 `_ and `installer