Skip to content

Instantly share code, notes, and snippets.

@jamessmithies
Last active March 22, 2024 07:54
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 jamessmithies/805869dc66860483e7e921a03d95a6ef to your computer and use it in GitHub Desktop.
Save jamessmithies/805869dc66860483e7e921a03d95a6ef to your computer and use it in GitHub Desktop.
Snippets

python3 -m venv .venv source .venv/bin/activate pip3 install -r requirements.txt

cd path/to/your/project git init git add . git commit -m "Initial commit"

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