Skip to content

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 13 May 03:01
· 17 commits to main since this release

Python(pip,不经 PyPI)

直链安装本 Release 的 wheel(推荐,不依赖 GitHub Pages):

pip install "https://github.com/snippet0809/hik-mvcamera-control/releases/download/v0.0.4/hik_code_reader-0.0.4-py3-none-win_amd64.whl"

通过 PEP 503 源安装(需维护者已部署 gh-pages 索引;首次搭建见仓库 README「在 GitHub 上托管分发」,此处不重复管理员步骤):

将下面命令里的 <版本> 换成本 tag 去掉前缀 v 的版本号(本 tag:v0.0.4)。

pip install "hik-code-reader==<版本>" \
  --index-url "https://snippet0809.github.io/hik-mvcamera-control/simple/" \
  --trusted-host "snippet0809.github.io"

Go(模块在 ffi/go

go get "github.com/snippet0809/hik-mvcamera-control/ffi/go@v0.0.4"

私有仓库:GOPRIVATE=github.com/snippet0809/*

模块路径:github.com/snippet0809/hik-mvcamera-control/ffi/go。与本 tag 对应的 ffi/go/v0.0.4 标签由工作流维护,供 go get 解析版本。