Add a module like pygame to IronPython

Hi
I’d like to use pygame module into Dynamo.
I know how to install a module into Python 3.8 for exemple. I use this syntax :
pip install my.whl
After, I can use my module my syntax will be :

from pygame import *
mixer.init()

But, in Iron Python 2.7, how to do this please?
I’d like to use pygame into a PythonScript Node.

Thx