소스 검색

docs(contributing): add black tool requirement for autogen.sh (#434)

Without black being installed, I get the error: black is not installed
pull/322/merge
Jon Stelly 3 년 전
committed by GitHub
부모
커밋
c89e4a5ad6
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      CONTRIBUTING.md

+ 3
- 2
CONTRIBUTING.md 파일 보기

@@ -30,9 +30,9 @@ 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]) 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 > [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. > macOS users can download the inkscape via Homebrew.
> >
@@ -40,6 +40,7 @@ Then just run the `./autogen.sh` to generate the added or updated node classes.


[DEVELOPMENT.md]: ./DEVELOPMENT.md [DEVELOPMENT.md]: ./DEVELOPMENT.md
[round]: https://github.com/mingrammer/round [round]: https://github.com/mingrammer/round
[black]: https://pypi.org/project/black
[inkscape]: https://inkscape.org/ko/release [inkscape]: https://inkscape.org/ko/release


### Update Aliases ### Update Aliases


불러오는 중...
취소
저장