Skip to content

Instantly share code, notes, and snippets.

@souhaiebtar
Created April 23, 2024 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save souhaiebtar/e89f17df657857312be225c800f2d894 to your computer and use it in GitHub Desktop.
Save souhaiebtar/e89f17df657857312be225c800f2d894 to your computer and use it in GitHub Desktop.
[python cheat] python cheatsheet #python #cheatsheet
  • create a virtual environment python -m venv openCv

  • install python package that are in requirements.txt pip install -r requirements

  • write all python package in a file requirements.txt pip freeze > requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment