Skip to content

Instantly share code, notes, and snippets.

@emersondemetrio
Last active May 17, 2024 15:36
Show Gist options
  • Save emersondemetrio/518c9d5b4ca80de4e8ad2c8716375385 to your computer and use it in GitHub Desktop.
Save emersondemetrio/518c9d5b4ca80de4e8ad2c8716375385 to your computer and use it in GitHub Desktop.
python-venv-init.sh
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment