wiki: add instruction to install script requirements

This commit is contained in:
Martin Prokoph
2025-03-28 15:34:06 +01:00
parent 205fec671f
commit 526cbcdf77

View File

@@ -93,6 +93,10 @@ You can get it on any modern operating system.
Now that you have python installed, head back into the BetterLeavesLite directory. Now that you have python installed, head back into the BetterLeavesLite directory.
Here, you should now open a terminal window and run Here, you should now open a terminal window and run
```bash ```bash
pip install -r requirements.txt
```
To build the pack, execute the script using the following command:
```bash
python3 gen_pack.py 1.0 Your Edition python3 gen_pack.py 1.0 Your Edition
``` ```
Replace "1.0" with your desired version number and "Your Edition" with the name you'd like to appear in the resourcepack description ingame. Replace "1.0" with your desired version number and "Your Edition" with the name you'd like to appear in the resourcepack description ingame.