how to run django requirement.txt
$ pip3 install -r requirements.txt ---> For linux
how to run django requirement.txt
$ pip3 install -r requirements.txt ---> For linux
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)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us