README.md 수정

This commit is contained in:
wonipapa 2016-11-09 22:49:41 +09:00 committed by GitHub
parent 21e0154664
commit e6be3f3040

View File

@ -5,9 +5,9 @@
## 필요 모듈
BeautifulSoup(b4), lxml 모듈이 추가로 필요하다.
BeautifulSoup(b4), lxml, requests 모듈이 추가로 필요하다.
설치 OS별로 모듈을 설치하기 위한 사전 설치 방법이 다를 수도 있으므로 검색해서 설치하도록 한다.
synology의 경우 파이썬 모듈을 설치하면 easy_install beautifulsoup, easy_install lxml 으로 추가할 수 있다.
synology의 경우 파이썬 모듈을 설치하면 easy_install beautifulsoup, easy_install lxml, easy_install requests 로 추가할 수 있다.
## 설치방법
@ -52,4 +52,4 @@ Channel.json 파일을 텍스트 편집기로 열어보면 각채널별 정보
-l --limit : EPG 정보 가져올 기간으로 기본값은 2일이며 최대 7일까지 설정 가능하다. ex) -l 2
--icon : 채널 icon 위치 URL ex) --icon http://www.example.com
--verobse : EPG 정보 상세하게 표기 ex) --verbose y
</pre>
</pre>