diff options
Diffstat (limited to 'system/slpkg/README')
-rw-r--r-- | system/slpkg/README | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/system/slpkg/README b/system/slpkg/README index 0470599453a64..9af2fcae89206 100644 --- a/system/slpkg/README +++ b/system/slpkg/README @@ -5,8 +5,14 @@ to install packages. Slpkg makes it easier to maintain groups of machines without having to manually update. Optional dependencies: - python2-pythondialog (for dialog box interface) - pygraphviz (for drawing dependencies diagram) - graph-easy (for drawing ascii dependencies diagram) - aria2 (alternative downloader) - httpie (alternative downloader) + - python2-pythondialog (for dialog box interface) + - pygraphviz (for drawing dependencies diagram) + - graph-easy (for drawing ascii dependencies diagram) + - aria2 (alternative downloader) + - httpie (alternative downloader) + + +NOTE: If you want to build slpkg for use with Python 3.x (needs the +optional dependency python3) pass the script PYTHON3=yes, like: + +PYTHON3=yes ./slpkg.SlackBuild |