aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2014-03-18 02:45:37 +0100
committerMarius Halden <marius.h@lden.org>2014-03-18 02:45:37 +0100
commit89a255428da2e29d68bd4d010e788a248887e150 (patch)
tree5f0f8451c132c721125efa6452a2d50ead5fec89 /README.md
parentc5b4c8d01e5bea040de19f30c66c798ae746f315 (diff)
downloadDDNS.py-89a255428da2e29d68bd4d010e788a248887e150.tar.gz
DDNS.py-89a255428da2e29d68bd4d010e788a248887e150.tar.bz2
DDNS.py-89a255428da2e29d68bd4d010e788a248887e150.tar.xz
Updated info about dependencies in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2230218..fc6dc83 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,15 @@ support for a very limited subset of the dyn.com API.
This is currently very experimental...
-Dependencies (under Debian)
----------------------------
+Dependencies
+------------
+This software depends on the following python modules:
+
+PyYAML, Flask, DNSpython, and IPy.
+
+### Debian/Ubuntu
+All the needed dependencies are provided by the following Debian
+packages:
* python-dnspython
* python-flask
* python-yaml