Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
helgibbons committed Jun 19, 2024
1 parent 902bad8 commit dc9d940
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,17 @@ cd weatherhat-python
./install.sh --unstable
```

## Install stable library using PyPi (no examples or pre-requisites)
## Install stable library using PyPi

* Just run `pip3 install weatherhat`

In some cases you may need to use `sudo` or install pip with: `sudo apt install python3-pip`
In some cases you may need to use `sudo` or install pip with: `sudo apt install python3-pip`.

Note that in recent versions of Raspberry Pi OS, Python packages must be installed into a [virtual environment](https://www.raspberrypi.com/documentation/computers/os.html#install-python-libraries-using-pip).

You will also need to manually install pre-requisites and download the examples.

### Pre-requisites

You must enable:

Expand Down

0 comments on commit dc9d940

Please sign in to comment.