From c970c0615f24e9c6e829d162b377b2011c7699c4 Mon Sep 17 00:00:00 2001
From: Alberto Colla <alberto.colla@garr.it>
Date: Thu, 4 Jan 2018 16:01:04 +0100
Subject: [PATCH] Update making-changes-to-charm.rst

---
 web/support/kb/juju/making-changes-to-charm.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/web/support/kb/juju/making-changes-to-charm.rst b/web/support/kb/juju/making-changes-to-charm.rst
index 39c75ba6..d3a8485a 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
-- 
GitLab