From 086bad1118b68dee4a157be6f8aa67d3a2aa6227 Mon Sep 17 00:00:00 2001
From: Armin <armin.co@hs-bochum.de>
Date: Tue, 9 Mar 2021 18:20:24 +0100
Subject: [PATCH] Install python packages

---
 setup.sh | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 setup.sh

diff --git a/setup.sh b/setup.sh
new file mode 100644
index 0000000..c16fa5f
--- /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
-- 
GitLab