Skip to content

Instantly share code, notes, and snippets.

@se7enack
Created November 1, 2024 17:48
Show Gist options
  • Save se7enack/feff12b3e8c1a839256bbfc963362654 to your computer and use it in GitHub Desktop.
Save se7enack/feff12b3e8c1a839256bbfc963362654 to your computer and use it in GitHub Desktop.
python3 -m venv .venv
source .venv/bin/activate
pip3 install --upgrade pip
pip3 install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment