From 27e915330d1372b2b2f85b604c227d7ba40a84cc Mon Sep 17 00:00:00 2001 From: Tyler <68524461+TySP-Dev@users.noreply.github.com> Date: Tue, 24 Mar 2026 17:33:00 -0400 Subject: [PATCH] Include fish shell activation in README Add fish shell activation instructions for virtual environment. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c46a944..133248c 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,12 @@ To activate the environment manually in future sessions: source .venv/bin/activate ``` +or for fish + +```fish +source .venv/bin/activate.fish +``` + ### 3. Run first-time setup ```bash