Skip to content

Commit

Permalink
Merge pull request pimoroni#170 from pimoroni/patch-graph-seaborn-ins…
Browse files Browse the repository at this point in the history
…tall

Update graph seaborn instructions for pimoroni#165
  • Loading branch information
Gadgetoid authored Nov 20, 2023
2 parents 426b2c2 + 0f150aa commit ce234a3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/7color/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@

print("""
Requires the seaborn library: sudo python3 -m pip install seaborn
You may need to: sudo apt install libatlas-base-dev
Requires the seaborn library:
sudo apt install python3-seaborn
Or from pypi (slower, requires building):
sudo python3 -m pip install seaborn
You may also need to: sudo apt install libatlas-base-dev
""")
inky = auto(ask_user=True, verbose=True)
Expand Down

0 comments on commit ce234a3

Please sign in to comment.