I am looking to download a Python library (specifically this one) from GitHub.
I had already downloaded it using pip install espnff
but it appears changes have been made to it and the only way to get the updated version is through GitHub. I should also mention that I use Python with the Anaconda distribution, if that affects anything.
How do I download and update what I already have?