slpkg/INSTALL

28 lines
743 B
Text
Raw Normal View History

2014-08-18 01:00:28 +03:00
Installation
============
Python & OS Support
-------------------
2015-02-21 11:55:16 +02: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 01:00:28 +03:00
Install slpkg
-------------
2015-02-18 08:15:06 +02:00
There are mainly 3 ways:
2014-08-18 01:00:28 +03:00
2015-02-21 11:55:16 +02:00
1) (Default method) Download latest slpkg version from :
https://github.com/dslackw/slpkg/releases
Untar or unzip the archive, cd in slpkg-<version> directory.
2014-08-30 04:17:11 +03:00
Run install.sh in this directory `./install.sh` and slpkg auto-installed.
2015-02-21 11:55:16 +02:00
2) Download binary package from https://github.com/dslackw/slpkg/releases
2014-09-05 06:20:59 +03:00
and use Slackware command `upgradepkg --install-new <slpkg binary>`
2015-02-21 11:55:16 +02:00
3) Using pip: pip install slpkg --upgrade