# data-stats **Repository Path**: huhukaka/data-stats ## Basic Information - **Project Name**: data-stats - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-25 - **Last Updated**: 2021-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### requirements.txt 类似于pom文件,用于存放python依赖 >pip3 freeze > requirements.txt ### 通用依赖可以通过pip3 install xxx 方式添加;期中不加3为python2 >pip3 install xlrd==1.2.0