Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aengusl authored Oct 25, 2023
1 parent 9d16317 commit a093981
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ make init

## Development

branch structure:
`main` -> `dev` -> `[insert-name]-dev`

To update dependencies, modify `requirements/main.in`.

Then compile and freeze dependencies:
Expand All @@ -32,4 +35,4 @@ This creates frozen requirements in `requirements/main.txt` and `requirements.de

Run `make check` to check code format.

Run `make fmt` to run Black, Ruff linters.
Run `make fmt` to run Black, Ruff linters.

0 comments on commit a093981

Please sign in to comment.