-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unpin Raspi-Sump to a specific version of hcsr04sensor in setup.py Update install instructions
- Loading branch information
Showing
5 changed files
with
20 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,37 +21,25 @@ Raspian 9 (Stretch) support will be discontinued in June 2022. Please upgrade t | |
Discuss and get support from other users. Email ([email protected]) for an invite link. | ||
|
||
|
||
# Installing with Pip | ||
# Install Dependencies | ||
|
||
sudo apt install python3-pip python3-rpi.gpio python3-matplotlib | ||
|
||
# Install Raspi-Sump | ||
|
||
Pip installs default to Wheels which omits some folder setup in setup.py. | ||
Always use the '--no-binary :all:' option when installing or upgrading Raspi-Sump with pip. | ||
|
||
sudo pip3 install --no-binary :all: raspisump | ||
|
||
|
||
# QUICK INSTALL | ||
|
||
|
||
Install the pip package manager (if not present on your pi). | ||
|
||
sudo apt-get install python3-pip | ||
|
||
|
||
Install Raspi-Sump. | ||
|
||
sudo pip3 install --no-binary :all: raspisump | ||
# Upgrading Raspi-Sump | ||
|
||
Upgrading an existing version | ||
|
||
|
||
sudo pip3 install -U --no-binary :all: raspisump | ||
|
||
This will also install the [HCSR04sensor](https://github.com/alaudet/hcsr04sensor) and RPi.GPIO modules if not present on your Pi. | ||
|
||
If you want to use charts install maplotlib. | ||
|
||
sudo apt-get install python3-matplotlib | ||
This will also install the [HCSR04sensor](https://github.com/alaudet/hcsr04sensor) | ||
|
||
|
||
Read the configuration docs copied during setup on your pi at the following location; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters