AaltoML/BayesNewton

How to install Newt in conda virtual environment?

mohammad-saber opened this issue · 2 comments

Hi, thank you for sharing your great work.

I am a little confused about how to install Newt in a conda VE. I really appreciate it if you could guide in this regard. Thank you

Hi,
I haven't tried in a conda virtual environment myself. But I guess it should work if you clone this git repo, and then whilst running your virtual environment run
pip install -e .
in the top (Newt) directory.
Let me know if it doesn't work.

Thank you. It works.
I also need to run :

pip install -r dev-requirements.txt
to install other dependencies.