Skip to content

Commit

Permalink
added base requirements to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef authored Oct 11, 2023
1 parent 7666285 commit 12514ac
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ This Django app provides a Prometheus metrics endpoint serving so-called busines

## Development

### Base requirements

- docker, docker-compose
- nox
- pdm

### Handy commands for development

```
pdm install --dev
```
Expand All @@ -56,4 +64,4 @@ Before committing make sure to run:

```
nox -s format test
```
```

0 comments on commit 12514ac

Please sign in to comment.