Browse Source

ReadMe: +Abhängigkeiten

Helge Jung 9 years ago
parent
commit
0bb97e4e07
1 changed files with 7 additions and 1 deletions
  1. 7 1
      Readme.md

+ 7 - 1
Readme.md

@@ -18,7 +18,13 @@ Dieses Git-Repository wird an beliebiger Stelle geklont (diese Dokumentation geh
 git clone --recursive https://git.c3pb.de/freifunk-pb/status-bot.git /opt/ffpb-statusbot
 ```
 
-Das Start-Up-Skript erfordert einen der Parameter "start", "stop" oder "status" und eignet sich als Init-Skript:
+Der Bot hat Abhängigkeiten:
+```
+apt-get install python3-pip python3-netaddr python3-urllib3
+pip3 install GitPython
+```
+
+Das Start-Up-Skript erfordert einen der Parameter "start" oder "stop" und eignet sich als Init-Skript:
 ```
 ln -s /opt/ffpb-statusbot/bot.sh /etc/init.d/ffpb-statusbot
 update-rc.d ffpb-statusbot enable