Skip to content

Instantly share code, notes, and snippets.

@abdennebi
Created December 8, 2023 10:11
Show Gist options
  • Save abdennebi/0023def1b038d1e5f2e9f75902a57e2d to your computer and use it in GitHub Desktop.
Save abdennebi/0023def1b038d1e5f2e9f75902a57e2d to your computer and use it in GitHub Desktop.
Python venv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment