- run below command to install all dependencies with pipenv
pipenv install
- run below command to install all dependencies with only pip
pip install -r requirements.txt
pipenv lock -r > requirements.txt
pip freeze > requirements.txt
pipenv install
pip install -r requirements.txt
pipenv lock -r > requirements.txt
pip freeze > requirements.txt