mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
23 lines
639 B
Text
23 lines
639 B
Text
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>`
|