# python_web **Repository Path**: li-ordin/python_web ## Basic Information - **Project Name**: python_web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: feature_lxy - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-21 - **Last Updated**: 2024-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1.虚拟环境创建 1. 拉去仓库:git clone https://gitee.com/li-ordin/python_web.git 2. 进入文件夹python_web打开命令行 3. 执行python -m venv ll_venv创建ll_venv虚拟环境 4. 激活虚拟环境:.\ll_venv\Scripts\activate.bat 5. 在当前目录下创建requirements.txt 里面的内容包含 asgiref==3.5.2 beautifulsoup4==4.11.1 Django==4.1b1 django-bootstrap5==21.3 platformshconfig==2.4.0 soupsieve==2.3.2.post1 sqlparse==0.4.2 6. 执行pip install -r requirements.txt命令 运行requirements.txt文件2.