Skip to content

Commit

Permalink
Merge pull request #1 from PaParaZz1/dev-install
Browse files Browse the repository at this point in the history
install(nyz): add install package
  • Loading branch information
thomashirtz authored Oct 11, 2021
2 parents 7397848 + d68754f commit 6efe6c2
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
@@ -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 6efe6c2

Please sign in to comment.