Skip to content

Commit

Permalink
v1.0.5b4
Browse files Browse the repository at this point in the history
  • Loading branch information
tb69wn6127 committed Mar 17, 2015
1 parent 6a924b9 commit 23af6bc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ u"Licenses\n- GNU Project - Free Software Foundation\n\n\n ...

## 설치 방법

- 다음 패키지를 설치하십시오. w3m, kate, ghostscript, zenity, python-qt4
- 다음 패키지를 설치하십시오. w3m, kate, ghostscript, zenity, python-qt4, python-tidylib
```sh
$ sudo apt-get install w3m kate ghostscript zenity python-qt4 #데비안 계열인 경우
$ sudo yum install w3m kate ghostscript zenity python-qt4 #레드헷 계열인 경우
$ sudo apt-get install w3m kate ghostscript zenity python-qt4 python-tidylib #데비안 계열인 경우
$ sudo yum install w3m kate ghostscript zenity python-qt4 python-tidylib #레드헷 계열인 경우
```

- 인스톨
Expand Down
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,15 @@
#### v1.0.5b1

+ 설치 파일 오류 수정

#### v1.0.5b2

+ 설치 파일 오류 수정

#### v1.0.5b3

+ 설치 파일 오류 수정

#### v1.0.5b4

+ 설치 파일 오류 수정
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
requests
ANSIColors-balises
trashcli
trash-cli
pillow
chardet
tidylib
pattern
2 changes: 1 addition & 1 deletion ufp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from __future__ import unicode_literals, absolute_import

__title__ = 'ufp'
__version__ = '1.0.5b1'
__version__ = '1.0.5b4'
__author__ = '별님'
__license__ = 'GPL v3'
__copyright__ = 'Copyright 2015 별님'
Expand Down

0 comments on commit 23af6bc

Please sign in to comment.