How to use external Python Libraries

I’d like to use a Python library available on Github.
What’s the simplest way to call it in a Make scenario?

Hello Alberto,

you can host the code on pythonanywhere and use a SSH module to execute it in make.

Thanks, never used Python before