Skip to content

Commit

Permalink
Add python requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlinntu authored and lantw44 committed Sep 20, 2019
1 parent 644da72 commit 8ba80c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ CEIBA 網頁做出來的。
- http://pycurl.io/[PycURL],用於連線 CEIBA 網站與下載資料。
- http://lxml.de/[lxml],用於讀取 HTML 文件。

如果你使用 `pip` 管理 Python 套件,可以執行 `pip install -r requirements.txt` 來安裝以上的函式庫。


== 選擇性需求
- https://webkitgtk.org/[WebKitGTK],
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pycurl
pyxdg
lxml

0 comments on commit 8ba80c2

Please sign in to comment.