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:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 23:11:01 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-09-30 23:11:01 +0200
commit4594c95bb991ca6de97ac50a0d92ef95cb70ca6e (patch)
tree3944e6af4816373e3ce841d1b6a5f7c9a967a12d /docs/installing/python.rst
parent088fb5cfcd14e5470fe6ec19f00fa2f0e4710d7f (diff)
Empty .. code-block:: was not allowed. Needed console as well.
Diffstat (limited to 'docs/installing/python.rst')
-rw-r--r--docs/installing/python.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/installing/python.rst b/docs/installing/python.rst
index e09ed918..ae80e76e 100644
--- a/docs/installing/python.rst
+++ b/docs/installing/python.rst
@@ -15,13 +15,13 @@ Using PyPi
The basic concept of PyPi applies using `pip`.
Either as a global library:
-.. code-block::
+.. code-block:: console
sudo pip install archinstall
Or as a user module:
-.. code-block::
+.. code-block:: console
pip --user install archinstall
@@ -35,7 +35,7 @@ Manual installation
You can either download the github repo as a zip archive.
Or you can clone it, we'll clone it here but both methods work the same.
-.. code-block::
+.. code-block:: console
git clone https://github.com/Torxed/archinstall
@@ -47,6 +47,6 @@ Either you can move the folder into your project and simply do
Or you can use `setuptools <https://pypi.org/project/setuptools/>`_ to install it into the module path.
-.. code-block::
+.. code-block:: console
sudo python setup.py install \ No newline at end of file