aboutsummaryrefslogtreecommitdiff
path: root/code-generator/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'code-generator/main.py')
-rw-r--r--code-generator/main.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/code-generator/main.py b/code-generator/main.py
index 5ab3219f..78d307b7 100644
--- a/code-generator/main.py
+++ b/code-generator/main.py
@@ -32,6 +32,10 @@ if not skipping_burger:
print('\033[92mDownloading Burger...\033[m')
r = os.system('git clone https://github.com/pokechu22/Burger')
os.system('cd Burger && git pull')
+
+ # print('\033[92mInstalling dependencies...\033[m')
+ # os.system('cd Burger && pip install six jawa')
+
print('\033[92mDownloading client jar...\033[m')
with open('client.jar', 'wb') as f:
f.write(requests.get(client_jar_url).content)