Skip to content

Commit 4edd3ef

Browse files
authored
Add dev notes
1 parent dc67e34 commit 4edd3ef

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,21 @@ variables:
107107
* `IMAGEIO_FFMPEG_NO_PREVENT_SIGINT=1` -- don't prevent propagation of SIGINT
108108
to the ffmpeg process.
109109

110+
## Developers
111+
112+
Dev deps:
113+
```
114+
pip install invoke black flake8
115+
```
116+
117+
We use invoke:
118+
119+
```
120+
invoke autoformat
121+
invoke lint
122+
invoke -l # to get a list of all tasks
123+
invoke update-readme # after changes to the docstrings
124+
```
110125

111126
## API
112127

0 commit comments

Comments
 (0)