Skip to content
Snippets Groups Projects
Commit c970c061 authored by Alberto Colla's avatar Alberto Colla
Browse files

Update making-changes-to-charm.rst

parent 65a174f0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment