Skip to content

shangmin-001/code-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tool-in-python

python 版本 python3

生成依赖包工具

  1. 安装 pip3 install pipreqs
  2. 生成 pipreqs ./ --encoding=utf8
  3. 安装 pip3 install -r requriements.txt

IOError: [Errno 2] No such file or directory: 'requirements.txt' Solution 1: create the requirements file first pip freeze > requirements.txt Solution 2: find requirements.txt path find -name "requirements.txt" && find . -regex '.*requirements.txt$' //on theroot directory of your terminal

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages