Skip to content

Commit

Permalink
Merge pull request #199 from jakubplichta/jakubplichta-patch-1
Browse files Browse the repository at this point in the history
Remove sudo from installation instructions
  • Loading branch information
jakubplichta authored Mar 12, 2022
2 parents 66952ad + 78a375b commit 82adb88
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82adb88

Please sign in to comment.