Skip to content

Commit

Permalink
install(nyz): add install package
Browse files Browse the repository at this point in the history
  • Loading branch information
PaParaZz1 committed Oct 11, 2021
1 parent 7397848 commit d68754f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

setup(name='gym_hybrid',
version='0.0.1',
install_requires=['gym', 'numpy']
)
packages=['gym_hybrid'],
install_requires=['gym', 'numpy'],
)

0 comments on commit d68754f

Please sign in to comment.