11# LegacyScriptEngine
22
3- English | [ 简体中文] ( README.zh.md )
43A plugin engine for running LLSE plugins on LeviLamina
54
65## Installation
76
8- ### Attention
7+ ### Server
8+
9+ !!! warning
10+ Before installing the Python engine, you need to install Python first. Here is a list of LSE versions and their required Python versions.
11+
12+ | LSE Version | Python Version |
13+ | -----------------| ----------------|
14+ | >=0.16.2 | 3.12.10 |
15+ | >=0.9.0 <0.16.2 | 3.12.8 |
16+ | <0.9.0 | 3.10.11 |
917
10- Before installing the Python engine, you need to
11- install [ Python 3.12.10] ( https://www.python.org/downloads/release/python-31210/ ) first.
1218To install a specific engine, you can use the following command:
1319``` shell
1420lip install github.com/LiteLDev/LegacyScriptEngine#lua
@@ -25,6 +31,24 @@ lip install git.levimc.org/LiteLDev/legacy-script-engine-python@version
2531```
2632Version numbers can be found in [ releases] ( https://github.com/LiteLDev/LegacyScriptEngine/releases ) .
2733
34+ ### Client
35+
36+ To install a specific engine, you can use the following command:
37+ ``` shell
38+ lip install github.com/LiteLDev/LegacyScriptEngine#client_lua
39+ lip install github.com/LiteLDev/LegacyScriptEngine#client_quickjs
40+ lip install github.com/LiteLDev/LegacyScriptEngine#client_nodejs
41+ lip install github.com/LiteLDev/LegacyScriptEngine#client_python
42+ ```
43+ To install a specific version, you can add` @version ` at the end of installation command, such as:
44+ ``` shell
45+ lip install github.com/LiteLDev/LegacyScriptEngine#client_lua@0.17.0-rc.2
46+ lip install github.com/LiteLDev/LegacyScriptEngine#client_quickjs@0.17.0-rc.2
47+ lip install github.com/LiteLDev/LegacyScriptEngine#client_nodejs@0.17.0-rc.2
48+ lip install github.com/LiteLDev/LegacyScriptEngine#client_python@0.17.0-rc.2
49+ ```
50+
51+
2852## Usage
2953
3054To access plugin development API hints and scaffolding toolkits, visit the [ legacy-script-engine-api] ( https://github.com/LiteLDev/legacy-script-engine-api ) repository.
0 commit comments