Installation
============


Python & OS Support
-------------------

slpkg works with Python versions 2.7.5+ (Python 3 not supported yet)
slpkg works on Slackware distribution.

Install slpkg
-------------

There are mainly 3 ways:

1) Using pip: pip install slpkg --upgrade

2) Download latest slpkg version from https://github.com/dslackw/slpkg/releases
   Untar or unzip the archive, cd in slpkg-?.?.? directory.
   Run install.sh in this directory `./install.sh` and slpkg auto-installed.

3) Download binary package from https://github.com/dslackw/slpkg/releases
   and use Slackware command `upgradepkg --install-new <slpkg binary>`
