Creating my first python plugin

I am trying to create a custom python plugin and I have been following the steps listed at Custom Authentication With a Python Plugin but for the part where I am doing my python imports ( ```
from tyk.decorators import *
from gateway import TykGateway as tyk) I do not know how to install these dependancies or where from.
I am running on a Windows machine.
I have all three of the docker images up and running if that helps.

Hi @Ollie20 and welcome to the community.

I am not sure I understand what the issue is? Can you elaborate?

Have you installed the python requirements (python3) on your windows machine