# 我的爬虫 **Repository Path**: jayuc/my-crawler2 ## Basic Information - **Project Name**: 我的爬虫 - **Description**: 我的爬虫,我开发过的爬虫项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-03 - **Last Updated**: 2025-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数智化运维管理平台-python 数智化运维管理平台-python脚本 # 资源下载(包括chome驱动和相关linugx安装包) 通过网盘分享的文件:chrome 链接: https://pan.baidu.com/s/1jzfWDYsuGqJ29JHPpBRR7w 提取码: 6gna # 创建开发环境 ``` # 创建虚拟环境 conda create --name venv python=3.8.13 # 激活虚拟环境 conda activate venv # 安装依赖 pip install -r requirements.txt # 退出虚拟环境 conda deactivate ```