Skip to content

Commit

Permalink
updated pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2005 committed Jan 13, 2021
1 parent d1cc04e commit 7c33ba3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions stage3/02-pip-installs/00-run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash -e

on_chroot << EOF
pip3 install --upgrade pip
pip3 install smbus
pip3 install python-tsl2591
pip install --upgrade pip
pip install smbus
pip install python-tsl2591
EOF
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ ALLOW_USB_FLASH=1

# LightSensor
LIGHTSENSOR_TYPE = 'TSL2561' # Allowed Values TSL2561 TSL2591
# the address of TSL2561 can be
# the address of TSL2561/TSL2591 can be
# 0x29, 0x39 or 0x49
TSL_I2C_BUS = 1
TSL_ADDR = 0x29
Expand Down

0 comments on commit 7c33ba3

Please sign in to comment.