diff --git a/bootstrap-freebsd.sh b/bootstrap-freebsd.sh
index 12ebde8..42b5366 100755
--- a/bootstrap-freebsd.sh
+++ b/bootstrap-freebsd.sh
@@ -44,4 +44,6 @@ then
 	echo 'agent_enable="YES"' > /etc/rc.conf.d/agent
 fi
 
+pip install -r requirements.txt
+
 service agent start