For information on our Python API, please consult our Github page. All the documentation and examples are available on our Github. Some more complete examples are also available in the sample-programs repository.
Requirements
Supported robots
- Meca500
- MCS500
Supported firmware versions
- 8.3 and up
Python version
- 3.7+ required
- 3.9+ recommended
Installation
To download and install the package, the user can easily do so through pip. Pip will download and install the package on your machine and place it in the python local packages directory. This is done by running the following command:
pip install mecademicpy
We recommend using virtual environments to manage python packages. You can learn more about virtual environments here.