summaryrefslogtreecommitdiff
path: root/install.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-18 08:56:25 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-18 08:56:25 +0300
commita0c35c5e2476053449ce139a82f31d2e5c2bdaf9 (patch)
tree84b975af1a483e6f2ea9c8bbf09c645e47f0b52a /install.mdwn
parent46f4d44d9565798249e59ab506a325333564de9f (diff)
downloadick.liw.fi-a0c35c5e2476053449ce139a82f31d2e5c2bdaf9.tar.gz
Add: Python dependencies
Diffstat (limited to 'install.mdwn')
-rw-r--r--install.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/install.mdwn b/install.mdwn
index 65f9f27..2c1033c 100644
--- a/install.mdwn
+++ b/install.mdwn
@@ -13,6 +13,14 @@ To install ick, you need:
* root access on that host over ssh
* Ansible installed on a second machine, from which you can ssh in as
root to the ick host
+* Some Python stuff installed on your normal host:
+ * cliapp (python3-cliapp from the code.liw.fi/debian APT
+ repository)
+ * python3-crypto
+ * python3-cryptography
+ * python3-cryptodome
+ * python3-yaml
+ * python3-requests
* optionally access to an SMTP server for sending notification mails
(only needed if you want to send such mails), with username/password
credentials as needed for SMTP authentication