Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helgibbons committed Jun 20, 2024
1 parent ccc58e0 commit fb6c5a9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ cd weatherhat-python

## Install stable library from PyPi and configure manually

* `python3 -m venv --system-site-packages $HOME/.virtualenvs/pimoroni`
* `python3 pip3 install weatherhat`
* Set up a virtual environment: `python3 -m venv --system-site-packages $HOME/.virtualenvs/pimoroni`
* Switch to the virtual environment: `source ~/.virtualenvs/pimoroni/bin/activate`
* Install the library: `pip install weatherhat`

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

Expand All @@ -65,7 +66,7 @@ You can optionally run `sudo raspi-config` or the graphical Raspberry Pi Configu
Some of the examples have additional dependencies. You can install them with:

```bash
pip3 install fonts font-manrope pyyaml adafruit-io numpy pillow
pip install fonts font-manrope pyyaml adafruit-io numpy pillow
```

You may also need to install `libatlas-base-dev`:
Expand Down

0 comments on commit fb6c5a9

Please sign in to comment.