Python - installing libraries from github
问题 I am trying to work with the newest Azure SDK library. I originally installed the libraries using PIP and haven't had any issues. Found a newer feature that was released but I didn't have it available in my library. So I tried to re-install the libraries via PIP. No good... Then I went through the process of cloning the repo from Github and then installing it from source. It went through without errors, but the new features weren't available to my code. Digging into the downloaded code, I can