Skip to content

Commit 58865fb

Browse files
committed
docs: Update README with instructions for setting up virtual environment
1 parent 3516f04 commit 58865fb

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

backend/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,12 @@ Once you have the MJML extension installed, you can create a new email template
176176

177177
### Setup venv (if not already done) in backend/
178178

179-
- Remove the broken venv:
180-
```shell
181-
rm -rf .venv
182-
```
183-
- Recreate it using the correct Python version:
179+
180+
- Create .venv (in backend/):
184181
```shell
185182
python3.12 -m venv .venv
186183
```
184+
Note: If venv is broken, remove it first before running above command: ```rm -rf .venv```
187185
- Activate it:
188186
```shell
189187
source .venv/bin/activate

0 commit comments

Comments
 (0)