「Lexicon」:修訂間差異

出自Gea-Suan Lin's Wiki
跳至導覽 跳至搜尋
本頁面具有訪問限制。如果您看見此訊息,這代表您沒有訪問本頁面的權限。
行 3: 行 3:


== 安裝 ==
== 安裝 ==
 首先先把[[Python]]裝起來:
 首先先把[[Python]]與[[PIP]]裝起來:
<syntaxhighlight lang="shell-session">
<syntaxhighlight lang="shell-session">
$ sudo apt install python python-pip
$ sudo apt install python python-pip

於 2018年4月24日 (二) 06:24 的修訂

lexicon是一套操作DNS的軟體,用Python撰寫。

安裝

首先先把PythonPIP裝起來:

$ sudo apt install python python-pip

然後安裝lexicon:

$ sudo pip install dns-lexicon

外部連結