Skip to content

Commit 976ca42

Browse files
committed
call newly minted setup.py as it's no longer limited to autodetect
1 parent 0130ddd commit 976ca42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install_script_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ fi
4949

5050
cd $PIHOME/$DEXTER/$LIB/$DEXTER/$SCRIPT
5151
sudo apt-get install build-essential libi2c-dev i2c-tools python-dev libffi-dev -y
52-
python autodetect_setup.py install
52+
python setup.py install
5353

5454
popd > /dev/null

0 commit comments

Comments
 (0)