diff --git a/README.md b/README.md index 4dbfdf4..1c0bcbe 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,9 @@

Docker 运行项目时不支持 命令行调用模式,无法使用 读取剪贴板监听剪贴板 功能,可以正常粘贴内容,其他功能如有异常请反馈!

⌨️ 源码运行

    -
  1. 安装版本号不低于 3.12 的 Python 解释器
  2. + +[//]: # (
  3. 安装版本号不低于 3.12 的 Python 解释器
  4. ) +
  5. 安装版本号为 3.12 的 Python 解释器
  6. 下载本项目最新的源码或 Releases 发布的源码至本地
  7. 打开终端,切换至项目根路径
  8. 运行 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt 命令安装程序所需模块
  9. diff --git a/README_EN.md b/README_EN.md index 9d6d268..fa924ba 100644 --- a/README_EN.md +++ b/README_EN.md @@ -93,7 +93,9 @@

    When running the project via Docker, the command line call mode is not supported. The clipboard reading and clipboard monitoring functions are unavailable, but pasting content works fine. Please provide feedback if other features are not functioning properly!

    ⌨️ Source Code Run

      -
    1. Install the Python interpreter with a version no lower than 3.12
    2. + +[//]: # (
    3. Install the Python interpreter with a version no lower than 3.12
    4. ) +
    5. Install Python interpreter with version 3.12
    6. Download the latest source code of this project or the source code released in Releases to your local machine
    7. Open the terminal and switch to the root path of the project
    8. Run the command pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt to install the required modules