Skip to content

Instantly share code, notes, and snippets.

@33eyes
Last active February 25, 2026 05:54
Show Gist options
  • Select an option

  • Save 33eyes/4d1043607c525855ef422b6372c6f64f to your computer and use it in GitHub Desktop.

Select an option

Save 33eyes/4d1043607c525855ef422b6372c6f64f to your computer and use it in GitHub Desktop.

Revisions

  1. 33eyes renamed this gist Feb 25, 2026. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. 33eyes revised this gist Feb 25, 2026. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion pip_freezing.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    `pip list --format=freeze > requirements.txt`

    Source:[this SO answer](https://stackoverflow.com/a/62872764/3861922)
    Source: [this SO answer](https://stackoverflow.com/a/62872764/3861922)
  3. 33eyes created this gist Feb 25, 2026.
    3 changes: 3 additions & 0 deletions pip_freezing.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    `pip list --format=freeze > requirements.txt`

    Source:[this SO answer](https://stackoverflow.com/a/62872764/3861922)