I'm trying to install from a pull request. I followed the advice from that thread and did:
pip3 install git+https://github.com/username/reponame.git@LastCommitFromPullRequest
I got the error:
fatal: reference is not a tree: LastCommitFromPullRequest
What did I do wrong?
For reference, the pull request I'm trying to install is this one and the exact command I ran was:
pip3 install git+https://github.com/tweepy/tweepy.git@c130d708c3bda84666c2a5eef69d276cdeb17e86