Search code examples
pythongithubsparse-matrix

How to install "sparse_dot_topn" from github python


I want to install sparse_dot_topn in python from github. But I don't know how to do it. I did: pip3 install sparse_dot_topn but it failed. I saw sparse_dot_topn in github and tried to run the code in jupyter notebook but I couldn't succeed. Maybe I am doing something wrong. Can you please help me with the steps to install sparse_dot_topn from github? Many thanks in advance!


Solution

  • To install from GitHub with pip you can: pip3 install git+url

    example:

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