From 17e70fb9bc44388ca0420157ca713536ce8e259a Mon Sep 17 00:00:00 2001 From: Danny Rorabaugh Date: Fri, 11 Oct 2024 10:12:36 -0400 Subject: [PATCH] Revert README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0595c1608..939240a29 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ Create and activate an isolated Python virtual environment ```bash python3 -m venv venv +# This command is shell-specific, for the common use case of bash: source venv/bin/activate ```