# pydemo **Repository Path**: bestwishes2you/pydemo ## Basic Information - **Project Name**: pydemo - **Description**: 个人使用的python demo片段 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-14 - **Last Updated**: 2024-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python 的各种脚本 ## 环境 python 3.11 ```sh # 虚拟环境 python3.11 -m venv venv # 加速配置 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple pip config set global.trusted-host pypi.tuna.tsinghua.edu.cn pip install -r requirements.txt ```