Update venv.md

This commit is contained in:
bender
2025-01-15 19:38:02 -08:00
committed by GitHub
parent f7f7822a55
commit d615903698
+2 -2
View File
@@ -10,7 +10,7 @@ To activate the venv
Your terminal should then look like this Your terminal should then look like this
```bash ```bash
% (venv) jonas@bendorama % (venv) jonas@bendorama %
``` ```
If it doesn't make sure you run the source command before working on your project. 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 To deactivate the venv just run
```bash ```bash
% deactivate % deactivate
``` ```