8000 GitHub - NathNacht/Pythonwiki
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NathNacht/Pythonwiki

Repository files navigation

Creating a requirements.txt file

pip freeze > requirements.txt

but as above is gathering all dependent libraries as well, better to use underneath:

https://betterdatascience.com/python-pipreqs/

pip install pipreqs
pipreqs . --ignore bin,etc,include,lib,lib64 --force

Keep in mind that using this will not scan for jupyter notebooks (so only looks at python files)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0