Skip to content

Instantly share code, notes, and snippets.

@muradddd
Created June 3, 2020 13:30
Show Gist options
  • Save muradddd/d687d9f315a439d8ffe2a1e28134752b to your computer and use it in GitHub Desktop.
Save muradddd/d687d9f315a439d8ffe2a1e28134752b to your computer and use it in GitHub Desktop.
pip freeze
pip freeze # packegleri gosterir
pip freeze > requirements.txt # packegleri fayla yazir
pip install -r requirements.txt #packegleri rekursiv olaraq yukleyir
cat requirements.txt # oxumaq ucun
nano requirements.txt # yazmaq ucun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment