From b348cf9a863d3b19fa3f118997a39ea980a6dc9a Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Mon, 7 Sep 2020 22:00:18 +0200 Subject: [PATCH] Update requirements --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f30898b..8a3fd4b 100644 --- a/README.md +++ b/README.md @@ -124,18 +124,29 @@ For more screenshots, see the [screenshots Wiki page](https://github.com/fboende ### Requirements -ScriptForm requires: +The binary release of Scriptform requires: -* Python 2.6+ +* Glibc v2.2.5+ -No other libraries are required. Python v2.6+ is generally available by default -on almost every major linux distribution. For other platforms Python is almost -certainly available. +The python release of Scriptform requires: + +* Python 3.6+ + +No other libraries are required. ### Installation Get the package for your operating system from the [Github releases page](https://github.com/fboender/scriptform/releases). +The **binary release** should work on most modern systems: + +Get the latest `*-bin64.tar.gz` release from the [releases page](https://github.com/fboender/scriptform/releases). + +Unpack it and copy it to some location in your `PATH`: + + tar -vxzf scriptform-*-bin64.tar.gz + sudo cp scriptform-*-bin64/scriptform /usr/local/bin + For **Debian / Ubuntu** systems: sudo dpkg -i scriptform*.deb