Skip to content

Commit 288ecd0

Browse files
committed
doc: further clarification around the dev server
1 parent 78eccde commit 288ecd0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,16 @@ These tests setup and teardown on their own. You can modify them if you want to
5555

5656
## Running locally outside docker
5757

58-
To run the development server outside of docker:
58+
To run the server outside of docker you need to first create a `.venv`:
5959

6060
```bash
61-
make install && source .venv/bin/activate && make dev
61+
make install && source .venv/bin/activate
62+
```
63+
64+
From then on, you can run a dev server:
65+
66+
```bash
67+
make dev
6268
```
6369

6470
## Other Scripts

0 commit comments

Comments
 (0)