slpkg/docs/install.md

24 lines
466 B
Markdown
Raw Normal View History

2023-06-12 12:14:15 +03:00
### Installation
2023-06-12 12:29:44 +03:00
Download the last release: [Download](https://gitlab.com/dslackw/slpkg/-/archive/4.8.9/slpkg-4.8.9.tar.gz) and:
2023-06-12 12:23:26 +03:00
2023-06-12 12:14:15 +03:00
```
$ tar xvf slpkg-4.8.9.tar.gz
$ cd slpkg-4.8.9
$ ./install.sh
2023-06-12 12:25:11 +03:00
2023-06-12 12:23:26 +03:00
```
2023-06-12 12:29:56 +03:00
the package will be installed as slackware package.
2023-06-12 12:23:26 +03:00
2023-06-12 12:26:04 +03:00
Alternatively you can visit: [SlackBuilds.org](https://slackbuilds.org/repository/15.0/system/slpkg/)
2023-06-12 12:37:24 +03:00
### Requirements
```
SQLAlchemy >= 1.4.46
python3-pythondialog >= 3.5.3
python3-progress >= 1.6
```
2023-06-12 12:26:04 +03:00
Enjoy!