mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for install
This commit is contained in:
parent
8e9ef9eed4
commit
c7eacdb0a8
3 changed files with 18 additions and 17 deletions
17
.idea/workspace.xml
generated
17
.idea/workspace.xml
generated
|
@ -10,6 +10,7 @@
|
|||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for index">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/docs/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/index.md" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/docs/install.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/install.md" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -80,13 +81,6 @@
|
|||
<option name="presentableId" value="Default" />
|
||||
<updated>1670414596656</updated>
|
||||
</task>
|
||||
<task id="LOCAL-02121" summary="Updated for image">
|
||||
<created>1686553279057</created>
|
||||
<option name="number" value="02121" />
|
||||
<option name="presentableId" value="LOCAL-02121" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1686553279057</updated>
|
||||
</task>
|
||||
<task id="LOCAL-02122" summary="Added logo image">
|
||||
<created>1686553704014</created>
|
||||
<option name="number" value="02122" />
|
||||
|
@ -423,7 +417,14 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1686562225440</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2170" />
|
||||
<task id="LOCAL-02170" summary="Updated for index">
|
||||
<created>1686562414925</created>
|
||||
<option name="number" value="02170" />
|
||||
<option name="presentableId" value="LOCAL-02170" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1686562414925</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2171" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="Vcs.Log.History.Properties">
|
||||
|
|
|
@ -14,7 +14,7 @@ It also uses the Slackware Linux instructions for installing, upgrading or remov
|
|||
```
|
||||
$ slpkg repo-info
|
||||
```
|
||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_repo_info.png">
|
||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_repo_info.png width="900"">
|
||||
|
||||
```
|
||||
$ slpkg install lilv --repository=alien
|
||||
|
@ -38,14 +38,6 @@ $ slpkg tracking --pkg-version Flask awscli pychess
|
|||
```
|
||||
<img src="https://gitlab.com/dslackw/slpkg/-/raw/site/docs/images/slpkg_tracking.png" width="900">
|
||||
|
||||
### Installation
|
||||
|
||||
```
|
||||
$ tar xvf slpkg-4.8.9.tar.gz
|
||||
$ cd slpkg-4.8.9
|
||||
$ ./install.sh
|
||||
```
|
||||
|
||||
### Requirements
|
||||
|
||||
```
|
||||
|
|
|
@ -12,4 +12,12 @@ the package will be installed as slackware package.
|
|||
|
||||
Alternatively you can visit: [SlackBuilds.org](https://slackbuilds.org/repository/15.0/system/slpkg/)
|
||||
|
||||
### Requirements
|
||||
|
||||
```
|
||||
SQLAlchemy >= 1.4.46
|
||||
python3-pythondialog >= 3.5.3
|
||||
python3-progress >= 1.6
|
||||
```
|
||||
|
||||
Enjoy!
|
||||
|
|
Loading…
Add table
Reference in a new issue