diff --git a/README.md b/README.md index 594ef22..042cc85 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Report any issues/problems in issues # 🛠️ Building Install the requirements. Cd into the root folder first.
``` -pip install -r willow/build-requirements/requirements.txt +pip install -r requirements.txt ``` Turning it into an exe
``` @@ -36,15 +36,11 @@ pip install pyinstaller ``` ``` -.\willow.exe --compile . +pyinstaller --onefile MBVL.py ``` -Navigate to dist or go to willow/builds +Navigate to dist # 📕Libraries Used to get download links:
[tinytengu/python-bedrock-appx](https://github.com/tinytengu/python-bedrock-appx)
-UI library:
-[TomSchimansky/CustomTkinterx](https://github.com/TomSchimansky/CustomTkinter)
-Basic build system:
-[CrystalVortex/Willow](https://github.com/CrystalVortex/Willow)