From f4dba5191202d3b1c0e68a0bb1c3adee72f46e5f Mon Sep 17 00:00:00 2001 From: TheKidThatCodes <78447517+TheKidThatCodes@users.noreply.github.com> Date: Fri, 15 Aug 2025 23:21:51 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5761388..4bb3365 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ In order to use `JEP` you will need to install it using the guide for your OS on ## Platform Independent Steps (Do before each platform) 1. Download the JEP extension jar from the releases section of this Github repository, or build it yourself -2. Move the jar to the `config\jsMacros\LanguageExtensions` subfolder of your Minecraft directory +2. Move the jar to the `config/jsMacros/LanguageExtensions` subfolder of your Minecraft directory ## For MacOS (probably also linux) #### this tutorial is slightly technical, but if you know how to code; you are probably fine @@ -18,7 +18,7 @@ In order to use `JEP` you will need to install it using the guide for your OS on ##### In some of the paths in this tutorial, i have used an `X` to represent the part of the python version, this will defer depending on what version of python you use, i have been using python 3.12 1. Create and enter a virtual enviroment somewhere in your minecraft instance root (.minecraft folder)
execute `$ python3 -m venv .` in your instance root to make your instance root the virtual enviroment, then to activate it if it is in your instance root, use `$ ./bin/activate` 2. do `python3 -m pip install jep` -3. direct jsmacros to the jep executeable, it is in the `./lib/python3.X/jep/` folder, it should be named something like `jep.cpython-3X-darwin.so` on macos
this can be done in the JEP tab of the jsmacros settings. it will not imediately replace the path in the field, you have to close and reopen the settings ui first +3. direct jsmacros to the jep executeable, it is in the `./lib/python3.X/site-packages/jep/` folder, it should be named something like `jep.cpython-3X-darwin.so` on macos
this can be done in the JEP tab of the jsmacros settings. it will not imediately replace the path in the field, you have to close and reopen the settings ui first ## For Windows: