安装imagedl

环境配置

  • 操作系统: Linux or macOS or Windows

  • Python版本: Python3.6+

PIP安装(推荐)

在终端运行如下命令即可(请保证python在环境变量中):

pip install pyimagedl --upgrade

源代码安装

1.在线安装

运行如下命令即可在线安装:

pip install git+https://github.com/CharlesPikachu/imagedl.git@master

2.离线安装

利用如下命令下载imagedl源代码到本地:

git clone https://github.com/CharlesPikachu/imagedl.git

接着, 切到imagedl目录下:

cd imagedl

最后运行如下命令进行安装:

python setup.py install