summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--requirements.txt4
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 95a73b9..ecb533e 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Dependencies
* python 2 or 3
* skopeo
* virt-sandbox
- * libguestfs
+ * libguestfs python binding
Hacking
-------
diff --git a/requirements.txt b/requirements.txt
index cbd8310..ae7132f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,8 @@
--index-url https://pypi.python.org/simple/
passlib>=1.6.1
+guestfs
+
+--find-links 'http://download.libguestfs.org/python#egg=guestfs'
+--trusted-host 'download.libguestfs.org'
-e .