diff --git a/Setup_Pi_for_BLE.txt b/Setup_Pi_for_BLE.txt
index 7962fa6..003080f 100644
--- a/Setup_Pi_for_BLE.txt
+++ b/Setup_Pi_for_BLE.txt
@@ -1,6 +1,6 @@
 - Setup Pi for BLE -
 
-sudo apt-get install bluez bluez-tools python-bluez (gives us hcitool & gatttool + python imports for bluez)
+sudo apt-get install bluez bluez-tools python3-bluez (gives us hcitool & gatttool + python imports for bluez)
 
 ### install bleah ###
 cd /opt
@@ -33,4 +33,8 @@
 git clone https://gitlab.com/kalilinux/packages/spooftooph.git
 cd spooftooph/
 make
-make install
\ No newline at end of file
+make install
+
+
+### restart bluetooth device ###
+sudo hciconfig hci0 down && sudo hciconfig hci0 up