HDU-API: A simple SDK for HDU. — hdu-api documenta
  • 简介
  • 安装
  • 快速上手
  • APIS
    • hdu_api
    • 一卡通 API
    • 考试 API
    • 课程 API
    • 个人信息 API
    • 公共信息 API
  • changelog
Powered by GitBook
On this page
  • pip install hdu-api
  • 从源码安装

Was this helpful?

安装

Previous简介Next快速上手

Last updated 6 years ago

Was this helpful?

这一部分文档包含了 hdu-api 的安装方式。

pip install hdu-api

使用包管理器 pip 安装 hdu-api,在你的终端运行这个简单的命令:

$ pip install hdu-api

从源码安装

hdu-api 的源代码公布在 Github 上,你从可以获取到最新的代码。

你可以先克隆该仓库:

$ git clone https://github.com/Cyrus97/hdu-api

之后再从源码安装:

$ cd hdu-api

# 确保当前目录在 hdu-api 文件夹
$ pip install .
这里