pip install requirements.txt
pip3 install -r requirements.txt
pip install requirements.txt
pip3 install -r requirements.txt
install requirements python
# To generate your requrements file do:
pip freeze > requirements.py
# To install the requrements do:
pip install -r requirements.py
# If you want to make sure pip is using python3, you can do this:
python3 -m pip freeze > requirements.py
python3 -m pip install -r requirements.py
# Or:
pip3 freeze > requirements.py
pip3 install -r requirements.py
install requirements.txt in pip command
note: yor should be on the same dir as requirements.txt file
pip install -r requirements.txt
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