Skip to content

Commit

Permalink
Update README install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 14, 2022
1 parent e362b4a commit bbd64cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

Stable library from PyPi:

* Just run `sudo pip install drv8830`
* Just run `python3 -m pip install drv8830`

Latest/development library from GitHub:

* `git clone https://github.com/pimoroni/drv8830-python`
* `cd drv8830-python`
* `sudo ./install.sh`
* `sudo ./install.sh --unstable`

4 changes: 2 additions & 2 deletions library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

Stable library from PyPi:

* Just run `sudo pip install drv8830`
* Just run `python3 -m pip install drv8830`

Latest/development library from GitHub:

* `git clone https://github.com/pimoroni/drv8830-python`
* `cd drv8830-python`
* `sudo ./install.sh`
* `sudo ./install.sh --unstable`


# Changelog
Expand Down

0 comments on commit bbd64cf

Please sign in to comment.