Last active
August 10, 2024 14:54
-
-
Save mkushal10/35d5573b8caec997ca10f71f4ff0e157 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # to freeze requirements | |
| pip freeze > requirements.txt | |
| # to install requirements | |
| pip3 install -r requirements_file_name.txt/pip install -r requirements_file_name.txt | |
| pip3 install -r requirements.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment