diff --git a/README.adoc b/README.adoc
index 3989dd49af6cf6d295998f696527a5f0f57f0102..4f0a47bc1014db42e134d6a8b7aaaa128190dac4 100644
--- a/README.adoc
+++ b/README.adoc
@@ -12,6 +12,7 @@ The module is packaged in sections
 There is also a Command Line Interface bin/FofbTool written in python.
 
 
+
 = Command Line Interface: Basic usages
 
 == Classic: stop, config, start
@@ -60,6 +61,26 @@ $ FofbTool --DS-conf
 
 ----
 
+== Deploy to pyroot
+
+Checkout the project, make the source distributable.
+
+[source,console]
+----
+$ python setup.py sdist
+----
+
+A .tar.gz file is created in the directory dist/
+
+With sufficient access rights to pyroot, run
+
+[source,console]
+----
+$ pip install dist/FofbTool-X.Y.tar.gz
+----
+
+
+
 == More help
 
 [source,console]