Skip to content

Commit d29736c

Browse files
authored
Merge pull request #8 from pimoroni/helgibbons-patch-1
Update installation commands in README
2 parents e601a62 + 8625338 commit d29736c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Stable library and dependencies from GitHub:
2929

3030
* `git clone https://github.com/pimoroni/mics6814-python`
3131
* `cd mics6814-python`
32-
* `sudo ./install.sh`
32+
* `./install.sh`
3333

3434
Latest/development library and dependencies from GitHub:
3535

3636
* `git clone https://github.com/pimoroni/mics6814-python`
3737
* `cd mics6814-python`
38-
* `sudo ./install.sh --unstable`
38+
* `./install.sh --unstable`
3939

4040
**Note** Libraries will be installed in the "pimoroni" virtual environment, you will need to activate it to run examples:
4141

0 commit comments

Comments
 (0)