如何从 github python 安装 "sparse_dot_topn"

How to install "sparse_dot_topn" from github python

我想从 github 安装 sparse_dot_topn 到 python。但我不知道该怎么做。我做了:pip3 install sparse_dot_topn 但它失败了。我在 github 中看到 sparse_dot_topn 并尝试 运行 jupyter notebook 中的代码但我无法成功。也许我做错了什么。你能帮我完成从 github 安装 sparse_dot_topn 的步骤吗?非常感谢!

要使用 pip 从 GitHub 安装,您可以: pip3 安装 git+url

示例:

pip3 install git+https://github.com/ing-bank/sparse_dot_topn.git