diff --git a/setup.sh b/setup.sh
new file mode 100644
index 0000000000000000000000000000000000000000..c16fa5f7d031a666785ca4559c5c70c5205bd58b
--- /dev/null
+++ b/setup.sh
@@ -0,0 +1,11 @@
+# Setting up 
+pip3 install --upgrade pip
+pip3 install gym
+pip3 install keras
+pip3 install tensorflow
+pip3 install --upgrade tensorflow
+pip3 install pygame
+pip3 install tqdm
+pip3 install pandas
+pip3 install matplotlib
+pip3 install box2d
\ No newline at end of file