Skip to content

Commit

Permalink
docs(contributing): add black tool requirement for autogen.sh (#434)
Browse files Browse the repository at this point in the history
Without black being installed, I get the error: black is not installed
  • Loading branch information
jonstelly authored Aug 21, 2021
1 parent e5685c4 commit c89e4a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,17 @@ ffmpeg -i my_big_image.jpg -vf scale=w=256:h=256:force_original_aspect_ratio=dec

Then just run the `./autogen.sh` to generate the added or updated node classes. (cf. [DEVELOPMENT][DEVELOPMENT.md])

> IMPORTANT NOTE: To run `autogen.sh`, you need [round][round] and
> IMPORTANT NOTE: To run `autogen.sh`, you need [round][round], [black][black] and
> [inkscape][inkscape] command lines that are used for cleaning the image
> resource filenames.
> resource filenames and formatting the generated python code.
>
> macOS users can download the inkscape via Homebrew.
>
> Or you should use the docker image.
[DEVELOPMENT.md]: ./DEVELOPMENT.md
[round]: https://github.com/mingrammer/round
[black]: https://pypi.org/project/black
[inkscape]: https://inkscape.org/ko/release

### Update Aliases
Expand Down

0 comments on commit c89e4a5

Please sign in to comment.