Answers for "example to python requirement file"

1

requirement.txt for python

#pip freeze only works fine in virtual environment
#first install >> pip3 install pipreqs
#use command pipreqs /project_directory
# it will automatically  create requirements.txt (modules/lib in which was used your current project)
Posted by: Guest on January-30-2022
0

how to have requirement file in python for libs

pip3 freeze > requirements.txt
Posted by: Guest on October-16-2020

Python Answers by Framework

Browse Popular Code Answers by Language