diff --git a/README.md b/README.md
index d3e0e309a9007a08b96ab76a4a3861d6e4e3e298..582de7b7a7f9cfc5a505e9d5a7d33e9d9c7aa39a 100644
--- a/README.md
+++ b/README.md
@@ -19,3 +19,14 @@ This script is in use for a few accounts:
 - sotmfr -> https://fr.osm.social/@sotmfr
 
 The script is simply called by a cron job and can run on any server (does not have to be on the mastodon instance server).
+
+## Setup
+
+```
+# clone this repo
+git clone https://github.com/cquest/tootbot.git
+cd tootbot
+
+# install required python modules
+pip3 install -r requirements.txt
+```