longjoedyy hai 1 mes
pai
achega
42d3a49922
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -84,17 +84,17 @@ LongjoeAgent/
 2. 克隆项目
 
 3. 创建并激活虚拟环境
-   进入项目目录
+   - 进入项目目录
    ```bash
    cd your_project_folder
    ```
    
-   创建名为 venv 的虚拟环境
+   - 创建名为 venv 的虚拟环境
    ```bash
    python -m venv venv
    ```
    
-   激活环境
+   - 激活环境
    ```bash
    venv\Scripts\activate
    ```