Skip to content

Commit 30a718d

Browse files
committed
Update README install instructions
1 parent e708b5a commit 30a718d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Suitable for detecting the properties of ambient light, light passing through a
1111

1212
Stable library from PyPi:
1313

14-
* Just run `sudo pip install as7262`
14+
* Just run `python3 -m pip install as7262`
1515

1616
Latest/development library from GitHub:
1717

1818
* `git clone https://github.com/pimoroni/as7262-python`
1919
* `cd as7262-python`
20-
* `sudo ./install.sh`
20+
* `sudo ./install.sh --unstable`
2121

library/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Suitable for detecting the properties of ambient light, light passing through a
1111

1212
Stable library from PyPi:
1313

14-
* Just run `sudo pip install as7262`
14+
* Just run `python3 -m pip install as7262`
1515

1616
Latest/development library from GitHub:
1717

1818
* `git clone https://github.com/pimoroni/as7262-python`
1919
* `cd as7262-python`
20-
* `sudo ./install.sh`
20+
* `sudo ./install.sh --unstable`
2121

2222

2323
# Changelog

0 commit comments

Comments
 (0)