From d6159036980f187b6e7c2509742b379d9570d721 Mon Sep 17 00:00:00 2001 From: bender <123113548+LeLawnGames@users.noreply.github.com> Date: Wed, 15 Jan 2025 19:38:02 -0800 Subject: [PATCH] Update venv.md --- cli/venv.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/venv.md b/cli/venv.md index 66f96b6..ee4248a 100644 --- a/cli/venv.md +++ b/cli/venv.md @@ -10,7 +10,7 @@ To activate the venv Your terminal should then look like this ```bash -% (venv) jonas@bendorama % +(venv) jonas@bendorama % ``` If it doesn't make sure you run the source command before working on your project. @@ -18,4 +18,4 @@ If it doesn't make sure you run the source command before working on your projec To deactivate the venv just run ```bash % deactivate -``` \ No newline at end of file +```