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 +```