slpkg/INSTALL
Dimitris Zlatanidis d4d07f135f Build under Python 3
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2016-10-26 23:33:40 +03:00

29 lines
821 B
Text

Installation
============
Python & OS Support
-------------------
Slpkg works with Python versions 2.7.5+ and Python 3.x (tested in 3.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://github.com/dslackw/slpkg/releases
Untar or unzip the archive, change directory in slpkg-<version>
and run './install.sh' or 'PYTHON3=yes ./install.sh' for Python 3.
slpkg auto-installed as Slackware package (root privileges are required).
2) Download binary package from https://github.com/dslackw/slpkg/releases
and use Slackware command `upgradepkg --install-new <slpkg binary>`
3) Using pip: pip install slpkg --upgrade