slpkg/INSTALL

30 lines
775 B
Text
Raw Normal View History

2014-08-18 00:00:28 +02:00
Installation
============
Python & OS Support
-------------------
2015-02-21 10:55:16 +01:00
Slpkg works with Python versions 2.7.5+ (Python 3 not supported yet)
Slpkg works on Slackware distribution and possibly in some Slackware based
distribution like SalixOS, Slackel etc.
2014-08-18 00:00:28 +02:00
2015-09-14 00:05:08 +02:00
2014-08-18 00:00:28 +02:00
Install slpkg
-------------
2015-02-18 07:15:06 +01:00
There are mainly 3 ways:
2014-08-18 00:00:28 +02:00
2015-09-14 00:05:08 +02:00
1) Suggested method, download latest slpkg version from:
2015-02-21 10:55:16 +01:00
https://github.com/dslackw/slpkg/releases
2015-09-14 00:05:08 +02:00
Untar or unzip the archive, change directory in slpkg-<version>
and run './install.sh'.
slpkg auto-installed as Slackware package (root privileges are required).
2014-08-30 03:17:11 +02:00
2015-02-21 10:55:16 +01:00
2) Download binary package from https://github.com/dslackw/slpkg/releases
2014-09-05 05:20:59 +02:00
and use Slackware command `upgradepkg --install-new <slpkg binary>`
2015-02-21 10:55:16 +01:00
3) Using pip: pip install slpkg --upgrade