From 6ecb3380e7ffe34ced86fda0242cdaf84094df7a Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 22 Aug 2020 15:29:45 -0400 Subject: [PATCH] Flip to use piframe fork of fanshim-python which is python3 only --- docs/pimoroni_fan_shim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pimoroni_fan_shim.md b/docs/pimoroni_fan_shim.md index ff476c6..4210608 100644 --- a/docs/pimoroni_fan_shim.md +++ b/docs/pimoroni_fan_shim.md @@ -29,7 +29,7 @@ systemctl reboot # Setup fanshim sudo -sHu root -git clone https://github.com/pimoroni/fanshim-python.git /opt/fanshim-python +git clone https://git.kemonine.info/PiFrame/fanshim-python.git /opt/fanshim-python cd /opt/fanshim-python ./install.sh cd examples