# ctv2-py-img_handler **Repository Path**: l5769389/ctv2-py-img_handler ## Basic Information - **Project Name**: ctv2-py-img_handler - **Description**: ct2.0的图像处理 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-22 - **Last Updated**: 2025-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 加载顺序为: 1. 发起http请求: `/loadPathDicom`,给出加载dicom的路径 2. 发送size信息(stack, mpr) 3. 开始加载(stack, mpr) # 安装 使用 python version 3.12 , 可以使用conda来安装多个python版本。 # 依赖处理 ## 生成依赖requirements ```commandline pipreqs --force ``` ## 根据requirements生成pyproject.toml ```commandline poetry add $(cat requirements.txt) ``` ## 安装依赖 ```commandline pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com ```