forked from ChestnutHeng/Wudao-dict
-
Notifications
You must be signed in to change notification settings - Fork 0
Install
EricKwok edited this page Jun 26, 2018
·
2 revisions
-
安装环境: 需要python3和bs4, lxml(在线搜索用)
sudo apt-get install python3 python3-pip
sudo zypper install python3-pip
sudo yum install python34 sudo yum install python34-pip
-
运行
git clone https://github.com/the-eric-kwok/wudao-dict cd ./wudao-dict/wudao-dict bash setup.sh #或者./setup.sh
看到出现
Setup Finished!
表明安装成功。如果发生由于移动安装文件不能使用的情况,只需再次运行该脚本即可。无法clone的,可以下载 https://github.com/the-eric-kwok/Wudao-dict/archive/master.zip ,然后解压安装使用。
Note: 注意python的版本,只支持python3
下载安装Python:https://www.python.org/ftp/python/3.6.5/python-3.6.5.exe
安装完成后检查自己的环境变量中是否已经存在Python
可以使用Win+R运行cmd,然后输入python回车,如图所示
OK的话,双击setup.bat
进行安装