aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index e850dd6..7966613 100644
--- a/README
+++ b/README
@@ -18,8 +18,13 @@ presence of similar files found in different packages, and integration testing
between different package by attempting to build all packages with the latest
versions of their dependencies.
+The necessary code is in a [library (guix-pypi-utils)][3], so that it is not
+specific to any one PyPI. The README for guix-pypi-utils also contains more
+information about the implementation.
+
[1]: https://pypi.org/
[2]: https://pypi.python.org/pypi/pip
+[3]: http://git.cbaines.net/guix-pypi-utils/about
Getting started
---------------