Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ 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
##### Requirements: Python 3.8+ is installed, Knowlege of how to use a terminal
##### 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) <br> 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<br>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<br>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:

Expand Down