aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-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