Method 2: Install via wheel file
Download the corresponding .whl file and execute:
bash
Install Chinese version
pip install jyc-0.1.8-py3-none-any.whl
Install English version
pip install jyc-0.1.9-py3-none-any.whl
Method 3: Use the executable directly
This release includes compiled executables:
- `jyc-0.1.8`: Chinese version executable
- `jyc-0.1.9`: English version executable
Version Rules
- Versions ending in an even number (e.g., 0.1.8): Chinese version
- Versions ending in an odd number (e.g., 0.1.9): English version
Release Contents
- Chinese version wheel file: jyc-0.1.8-py3-none-any.whl
- English version wheel file: jyc-0.1.9-py3-none-any.whl
- Chinese version executable: jyc-0.1.8
- English version executable: jyc-0.1.9
Notes
Please choose the version according to your language preference.