Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CrystalVortex authored Jul 15, 2023
1 parent 99909b1 commit 492880f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,19 @@ Report any issues/problems in issues
# 🛠️ Building
Install the requirements. Cd into the root folder first. </br>
```
pip install -r willow/build-requirements/requirements.txt
pip install -r requirements.txt
```
Turning it into an exe </br>
```
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: </br>
[tinytengu/python-bedrock-appx](https://github.com/tinytengu/python-bedrock-appx) </br>
UI library: </br>
[TomSchimansky/CustomTkinterx](https://github.com/TomSchimansky/CustomTkinter) </br>
Basic build system: </br>
[CrystalVortex/Willow](https://github.com/CrystalVortex/Willow)

0 comments on commit 492880f

Please sign in to comment.