Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Normal (0.13 sec)

  1. docs/de/docs/contributing.md

    ### Den Code formatieren
    
    Es gibt ein Skript, das, wenn Sie es ausführen, Ihren gesamten Code formatiert und bereinigt:
    
    <div class="termy">
    
    ```console
    $ bash scripts/format.sh
    ```
    
    </div>
    
    Es sortiert auch alle Ihre Importe automatisch.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 23:55:23 GMT 2024
    - 16.2K bytes
    - Viewed (0)
  2. docs/zh/docs/contributing.md

        这是因为在 `requirements.txt` 中,本地的 FastAPI 是使用“可编辑” (`-e`)选项安装的
    
    ### 格式化
    
    你可以运行下面的脚本来格式化和清理所有代码:
    
    <div class="termy">
    
    ```console
    $ bash scripts/format.sh
    ```
    
    </div>
    
    它还会自动对所有导入代码进行排序整理。
    
    为了使整理正确进行,你需要在当前环境中安装本地的 FastAPI,即在运行上述段落中的命令时添加 `-e`。
    
    ## 文档
    
    首先,请确保按上述步骤设置好环境,这将安装所有需要的依赖。
    
    ### 实时文档
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Wed Mar 13 11:57:21 GMT 2024
    - 12.9K bytes
    - Viewed (0)
Back to top