Skip to content

Instantly share code, notes, and snippets.

@mkushal10
Last active August 10, 2024 14:54
Show Gist options
  • Select an option

  • Save mkushal10/35d5573b8caec997ca10f71f4ff0e157 to your computer and use it in GitHub Desktop.

Select an option

Save mkushal10/35d5573b8caec997ca10f71f4ff0e157 to your computer and use it in GitHub Desktop.
# 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