Skip to content

Commit a412353

Browse files
committed
howto minor
1 parent 7620830 commit a412353

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

HOWTO.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,11 @@ with access to you local development files.
172172

173173
## Best practices for development
174174

175-
- Make sure that `make test` runs properly.
175+
- Make sure that `make test` and/or `docker-compose up test` runs properly.
176+
- In need for a Notebook? Use the docker image: `docker-compose up jupyter`.
176177
- Commit often, perfect later.
177178
- Integrate `make test` with your CI pipeline.
178179
- Capture `stdout` when deployed.
179-
- In need for a Notebook? Use the docker image.
180-
181180

182181
## Project configuration
183182

0 commit comments

Comments
 (0)