Skip to content

Commit

Permalink
Update CONTRIBUTING.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
e9t committed Nov 14, 2016
1 parent acac5e9 commit 2b68672
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ KoNLPy는 오픈소스 프로젝트입니다.
3. 커밋 로그는 설명력 있게 작성
- 코드 작성을 완료한 후 코드가 모든 테스트를 통과하는지 확인해주세요.
1. 자바 코드를 수정한 경우::

# Install `Apache Ant <http://ant.apache.org/manual/install.html>`_
make java

1. 코드를 단 한 줄이라도 수정한 모든 경우::

pip install -r requirements-dev.txt
pip3 install -r requirements-dev.txt
make build # create tar.gz
make check # check code styles
make testall # run tests
Expand Down

0 comments on commit 2b68672

Please sign in to comment.