Skip to content

Commit

Permalink
Merge pull request #2 from RogueM/commit
Browse files Browse the repository at this point in the history
Dependencies corrected
  • Loading branch information
Gadgetoid authored Feb 28, 2017
2 parents 79fc4c0 + 41884f8 commit 06e8dd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,16 @@ If you choose to download examples you'll find them in `/home/pi/Pimoroni/phatbe

**Library install for Python 3:**

on Raspbian:

```bash
sudo apt-get install python3-phatbeat
```
other environments:

```bash
sudo pip3 install phatbeat
```

**Library install for Python 2:**

on Raspbian:

```bash
sudo apt-get install python-phatbeat
```
other environments:

```bash
sudo pip2 install phatbeat
```

In all cases you will have to enable the i2c bus.

##Documentation & Support

* Getting started - https://learn.pimoroni.com/tutorial/sandyj/soldering-phats
Expand Down
8 changes: 4 additions & 4 deletions packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ X-Python3-Version: >= 3.4
Package: python-phatbeat
Architecture: all
Section: python
Depends: ${misc:Depends}, ${python:Depends}, python-smbus
Suggests: i2c-tools
Depends: ${misc:Depends}, ${python:Depends}, python-rpi.gpio
Suggests: pulseaudio
Description: python library designed to control PHAT BEAT.
PHAT BEAT provides a stereo amplifier, VU meter and five buttons.
.
Expand All @@ -21,8 +21,8 @@ Description: python library designed to control PHAT BEAT.
Package: python3-phatbeat
Architecture: all
Section: python
Depends: ${misc:Depends}, ${python3:Depends}, python3-smbus
Suggests: i2c-tools
Depends: ${misc:Depends}, ${python3:Depends}, python3-rpi.gpio
Suggests: pulseaudio
Description: python library designed to control PHAT BEAT.
PHAT BEAT provides a stereo amplifier, VU meter and five buttons.
.
Expand Down

0 comments on commit 06e8dd4

Please sign in to comment.