From f14c6ee224bb3a60c72ee0348c6619cd9de00ac7 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 21 Jan 2019 19:23:27 +0100 Subject: [PATCH] Added INSTALL.md file Signed-off-by: Dimitris Zlatanidis --- INSTALL.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 INSTALL.md diff --git a/INSTALL.md b/INSTALL.md new file mode 100644 index 00000000..ecaf442f --- /dev/null +++ b/INSTALL.md @@ -0,0 +1,25 @@ +### Installation + + +##### Python & OS Support + +Slpkg works with Python versions 2.7.5+ . + +Slpkg works on Slackware distribution and possibly in some Slackware based +distribution like SalixOS, Slackel etc. + + +##### Install slpkg + +There are mainly 3 ways: + +1. Suggested method, download latest slpkg version from: + '`https://gitlab.com/dslackw/slpkg/releases`' + Untar or unzip the archive, change directory in '`slpkg-`' + and run '`./install.sh`'. + slpkg auto-installed as Slackware package (root privileges are required). + +2. Download binary package from '`https://sourceforge.net/projects/slpkg/files/binary/`' + and use Slackware command '`upgradepkg --install-new `' + +3. Using pip: '`pip install slpkg --upgrade`'