We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc67e34 commit 4edd3efCopy full SHA for 4edd3ef
README.md
@@ -107,6 +107,21 @@ variables:
107
* `IMAGEIO_FFMPEG_NO_PREVENT_SIGINT=1` -- don't prevent propagation of SIGINT
108
to the ffmpeg process.
109
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
125
126
## API
127
0 commit comments