소스 검색

Create install dependencies section

pull/3011/head
Matheus Felipe 2 년 전
부모
커밋
fb70084377
No known key found for this signature in database GPG 키 ID: AA785C523274872F
1개의 변경된 파일10개의 추가작업 그리고 2개의 파일을 삭제
  1. +10
    -2
      scripts/README.md

+ 10
- 2
scripts/README.md 파일 보기

@@ -16,6 +16,16 @@ scripts
links.py
```

## Install dependencies

You must have [python](https://www.python.org/) installed to use these scripts.

it is also necessary to install the validation package dependencies, use [pip package manager](https://pypi.org/project/pip/) for this:

```bash
$ python -m pip install -r scripts/requirements.txt
```

## Run validations

To run format validation on the `README.md` file, being in the root directory of public-apis, run:
@@ -55,5 +65,3 @@ To run only the links tests, run:
```bash
$ python -m unittest discover tests/ --verbose --pattern "test_validate_links.py"
```

*Note that it is necessary to have [python](https://www.python.org/) installed.*

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