diff --git a/README.md b/README.md index d1af598..8013a1d 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,17 @@ templates filled with different configuration. To install: ``` -sudo pip install grafana-dashboard-builder +pip install grafana-dashboard-builder ``` or ``` -sudo python setup.py install +python setup.py install +``` + +An alternative to installing it into the global site-packages is to add it to [your user local directory](https://docs.python.org/3/install/index.html#alternate-installation-the-user-scheme) (usually ~/.local). + +``` +pip install --user grafana-dashboard-builder ``` ## Usage