setup.py (6 lines of code) (raw):

from setuptools import setup setup(name='gym_soccer', version='0.0.1', install_requires=['gym>=0.2.3', 'hfo_py>=0.2'] )