8000 Added VPython to setup.py install_requirements · lordkeks/robotics-toolbox-python@c4f07b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4f07b2

Browse files
committed
Added VPython to setup.py install_requirements
1 parent 1d4ca0d commit c4f07b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727

2828
packages=find_packages(),
2929

30-
install_requires=['numpy', 'spatialmath-python']
30+
install_requires=['numpy', 'spatialmath-python', 'vpython']
3131

3232
)

0 commit comments

Comments
 (0)
0