diff --git a/web/support/kb/juju/making-changes-to-charm.rst b/web/support/kb/juju/making-changes-to-charm.rst
index 39c75ba66bc8cde5d9d37d584dbc96642adc6a28..d3a8485afb3f0e8ffae217ccbf2e8568d2707e5d 100644
--- a/web/support/kb/juju/making-changes-to-charm.rst
+++ b/web/support/kb/juju/making-changes-to-charm.rst
@@ -72,9 +72,11 @@ To execute the tests (based on tox) we still need to download the packages pip a
    sudo apt-get install python-pip
    pip install tox
    
-   sudo pip install tox # This is to allow running "sudo make test"
+   sudo pip install tox
 
 
+N.B. The latter command "sudo pip install tox" is needed in order to run the command "make test" with sudo, 
+because it needs root privileges.
 
 
 At each development cycle