Skip to content

Instantly share code, notes, and snippets.

View fernandoaestrella's full-sized avatar
🏢

Fernando Estrella fernandoaestrella

🏢
View GitHub Profile
@ryanbehdad
ryanbehdad / venv.md
Last active May 3, 2024 10:10
Python venv cheat sheet

Python venv virtual environment cheat sheet

Create a venv

To create a virtual environment, go to the root of your project and run

python -m venv venv

It will create a virtual environment called venv

Activate venv

.\venv\Scripts\activate

@digitaljhelms
digitaljhelms / gist:4287848
Last active July 5, 2024 16:30
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch