# pdf_hot_words **Repository Path**: chendawei/pdf_hot_words ## Basic Information - **Project Name**: pdf_hot_words - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-05 - **Last Updated**: 2024-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README pip freeze pip freeze >requirements.txt docker build -f Dockerfile -t flask:tommy20231102 . docker run -p 7777:7777 --name flask -d flask:tommy20231102 # 设置清华源 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple # 豆瓣镜像 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com --user pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple