added support for local pypi mirrors
Change-Id: I509cca3114aafbff72fc2413e262ea5408e56fa9
diff --git a/README.rst b/README.rst
index 35d83b9..bfc9644 100644
--- a/README.rst
+++ b/README.rst
@@ -50,6 +50,25 @@
module:
django: true
+Using offline mirrors
+
+.. code-block:: yaml
+
+ python:
+ environment:
+ enabled: true
+ user:
+ - root:
+ name: root
+ pypi_user: user
+ pypi_password: password
+ pypi_mirror:
+ host: http://pypi.local
+ port: 8084
+ upstream_fallback: true
+ user: user
+ password: password
+
Read more
=========