08-22-2021, 10:46 AM
You can simply install the RoboDK API for Python by typing:
More information here:
https://pypi.org/project/robodk/
Code:
pip install robodk
# or to force installing on Python 3 for Mac and Ubuntu:
pip3 install robodk
https://pypi.org/project/robodk/