I have a conda environment. How can I install a library from Github? Thanks.
Your best bet is to rely on using pip for this:
https://pip.pypa.io/en/stable/topics/vcs-support/#vcs-support
1 Like
I have a conda environment. How can I install a library from Github? Thanks.
Your best bet is to rely on using pip for this:
https://pip.pypa.io/en/stable/topics/vcs-support/#vcs-support