diff options
| -rw-r--r-- | README.rst | 25 |
1 files changed, 20 insertions, 5 deletions
@@ -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 |
