From d7eb35f4ee49cbb8fe065db445a84000883d69b5 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Wed, 22 Nov 2023 22:24:29 +0100 Subject: Nuking docs to allow for redirect (ouff) (#2245) --- docs/installing/python.rst | 59 ---------------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 docs/installing/python.rst (limited to 'docs/installing/python.rst') diff --git a/docs/installing/python.rst b/docs/installing/python.rst deleted file mode 100644 index edd55138..00000000 --- a/docs/installing/python.rst +++ /dev/null @@ -1,59 +0,0 @@ -.. _installing.python: - -Python library -============== - -Archinstall ships on `PyPi `_ as `archinstall `_. -But the library can be installed manually as well. - -.. warning:: - These steps are not required if you want to use archinstall on the official Arch Linux ISO. - -Installing with pacman ----------------------- - -Archinstall is on the `official repositories `_. -And it will also install archinstall as a python library. - -To install both the library and the archinstall script: - -.. code-block:: console - - pacman -S archinstall - -Alternatively, you can install only the library and not the helper executable using the ``python-archinstall`` package. - -Installing with PyPi --------------------- - -The basic concept of PyPi applies using `pip`. - -.. code-block:: console - - pip install archinstall - -.. _installing.python.manual: - -Install using source code -------------------------- - -| You can also install using the source code. -| For sake of simplicity we will use ``git clone`` in this example. - -.. code-block:: console - - git clone https://github.com/archlinux/archinstall - -You can either move the folder into your project and simply do - -.. code-block:: python - - import archinstall - -Or you can PyPa's `build `_ and `installer `_ to install it into pythons module path. - -.. code-block:: console - - $ cd archinstall - $ python -m build . - $ python -m installer dist/*.whl \ No newline at end of file -- cgit v1.2.3-70-g09d2