From 526cbcdf77d4a02066a25e12ba587b7ac57680e5 Mon Sep 17 00:00:00 2001 From: Martin Prokoph Date: Fri, 28 Mar 2025 15:34:06 +0100 Subject: [PATCH] wiki: add instruction to install script requirements --- src/pages/wiki/betterleaves.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/wiki/betterleaves.mdx b/src/pages/wiki/betterleaves.mdx index b6c06c3..48132ed 100644 --- a/src/pages/wiki/betterleaves.mdx +++ b/src/pages/wiki/betterleaves.mdx @@ -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. Here, you should now open a terminal window and run ```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 ``` Replace "1.0" with your desired version number and "Your Edition" with the name you'd like to appear in the resourcepack description ingame.