Answers for "requirement.txt python django"

3

how to run django requirement.txt

$ pip3 install -r requirements.txt ---> For linux
Posted by: Guest on May-12-2020
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

Code answers related to "requirement.txt python django"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language