slpkg/INSTALL

29 lines
705 B
Text
Raw Normal View History

2014-08-18 00:00:28 +02:00
Installation
============
Python & OS Support
-------------------
2014-10-01 19:37:51 +02:00
slpkg works with Python versions 2.7.5+ (Python 3 not supported yet)
slpkg works on Slackware distribution.
2014-08-18 00:00:28 +02:00
Install slpkg
-------------
2014-11-26 10:22:49 +01:00
There are mainly 4 ways:
2014-08-18 00:00:28 +02:00
2014-11-26 10:22:49 +01:00
1) Using pip: pip install slpkg --upgrade
2) Download latest slpkg version from https://github.com/dslackw/slpkg/releases
2014-08-30 03:17:11 +02:00
Untar or unzip the archive, cd in slpkg-?.?.? directory.
Run install.sh in this directory `./install.sh` and slpkg auto-installed.
2014-11-26 10:22:49 +01:00
3) Download slpkg package from slackbuilds.org.
2014-08-18 00:00:28 +02:00
2014-11-26 10:22:49 +01:00
4) Download binary package from sourceforge:
2014-08-18 00:00:28 +02:00
https://sourceforge.net/projects/slpkg/
2014-09-05 05:20:59 +02:00
and use Slackware command `upgradepkg --install-new <slpkg binary>`