wesselb / lab

A generic interface for linear algebra backends
MIT License
68 stars 5 forks source link

conda installation #17

Closed ctr closed 3 months ago

ctr commented 5 months ago

Hi

Is it possible to install wesselb/lab directly using conda? Do you provide packages for any conda repo?

Thanks

Chris.

wesselb commented 5 months ago

Hey Chris,

We currently do not provide a package on Conda, but this would certainly be possible to do.

Is this something you'd like, so you could conda install backends?

ctr commented 5 months ago

Yes that would be useful if you have time. Many thanks. Chris.

wesselb commented 4 months ago

@ctr Alright, will do! Will report back here when that's done. :)

wesselb commented 3 months ago

Hey @ctr! You should now be able to install lab with conda install backends -c conda-forge. :)