fancy_gym/setup.py
2021-01-12 10:52:08 +01:00

7 lines
178 B
Python

from setuptools import setup
setup(name='alr_envs',
version='0.0.1',
install_requires=['gym', 'PyQt5', 'matplotlib'] # And any other dependencies foo needs
)