How to install Newt in conda virtual environment?
mohammad-saber opened this issue · 2 comments
mohammad-saber commented
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
wil-j-wil commented
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.
mohammad-saber commented
Thank you. It works.
I also need to run :
pip install -r dev-requirements.txt
to install other dependencies.