From 8409fa2682f77b18dfc0d53e19df846d52ec9f26 Mon Sep 17 00:00:00 2001 From: Samuel Carpentier Date: Wed, 15 Mar 2023 16:21:25 +0900 Subject: [PATCH] Updated How to Run procedure The game doesn't work with the latest version of pyglet, so I changed the command to make install an older version that works with the game. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c2113d2..924add45 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The API could contain functionality for the following: ## How to Run ```shell -pip install pyglet +pip install --force-reinstall pyglet==1.5.27 git clone https://github.com/fogleman/Minecraft.git cd Minecraft python main.py