Install library from Github

I have a conda environment. How can I install a library from Github? Thanks.

@rootsmusic,

Your best bet is to rely on using pip for this:

https://pip.pypa.io/en/stable/topics/vcs-support/#vcs-support

1 Like