Skip to content

Instantly share code, notes, and snippets.

@benemorius
Created September 15, 2021 20:10
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 benemorius/d5f74a22a5a132f035f1edbc9d4d57f9 to your computer and use it in GitHub Desktop.
Save benemorius/d5f74a22a5a132f035f1edbc9d4d57f9 to your computer and use it in GitHub Desktop.

python3 -m venv venv # maybe need apt install python3-venv

. venv/bin/activate

pip -r requirements.txt

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