getkeops / keops

KErnel OPerationS, on CPUs and GPUs, with autodiff and without memory overflows
https://www.kernel-operations.io
MIT License
1.02k stars 65 forks source link

How to install the latest version in github? #347

Closed YAndrewL closed 7 months ago

YAndrewL commented 7 months ago

Hi, I found that the main branch in Github now supprots the comparision operations, how to install the latest branches using like Pip? Thanks a lot!

joanglaunes commented 7 months ago

Hello @YAndrewL , You can install it with these commands :

pip install git+https://github.com/getkeops/keops.git@main#subdirectory=keopscore
pip install git+https://github.com/getkeops/keops.git@main#subdirectory=pykeops
YAndrewL commented 7 months ago

Hi @joanglaunes ,thank you so much for the reply!