Skip to content

Commit

Permalink
Add installation requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
heman.gandhi committed Jun 11, 2024
1 parent 7cec42e commit 1eee0c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@
# flake8 compliance configuration
enable_flake8=True, # Enable checks
fail_on_flake=True, # Fail builds when checks fail
install_requires=[],
install_requires=[
'pyzmq',
'mujinzmqclient>=0.3.7'
],
)

0 comments on commit 1eee0c4

Please sign in to comment.