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

外部連結