aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2023-01-01 23:27:05 +0100
committerbozo.kopic <bozo@kopic.xyz>2023-01-01 23:27:05 +0100
commitc1d8d42ed6f222b4c8f4f6d4a445bd5fa0fdaeff (patch)
tree55570b000f2195e035856ae9e580e98361b0a36b
parent2b5fb9283f28a51e13eef628db197cd5c87cc6cb (diff)
readme - installation updateHEADmaster
-rw-r--r--README.rst25
1 files changed, 20 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 183ffac..f43f9d1 100644
--- a/README.rst
+++ b/README.rst
@@ -34,14 +34,29 @@ Runtime requirements
Install
-------
-::
+Archlinux
+'''''''''
- $ pip install opcut
+Opcut is available as `opcut <https://aur.archlinux.org/packages/opcut>`_
+package at AUR::
-.. note::
+ $ yay -S opcut
+
+
+Windows
+'''''''
+
+Windows distribution, with embedded python, is available at
+`<https://github.com/bozokopic/opcut/releases>`_
- Windows distribution, with embedded python, is available at
- `https://github.com/bozokopic/opcut/releases`
+
+Python wheel
+''''''''''''
+
+Opcut is available as `opcut <https://pypi.org/project/opcut/>`_ wheel at
+PyPI::
+
+ $ pip install opcut
Usage