Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 622 Bytes

File metadata and controls

21 lines (15 loc) · 622 Bytes

Python SDK for xArm Robotics (Supports Python 3.0+)

Website:https://www.ufactory.cc/
Github:https://github.com/xArm-Developer/xArm-Python-SDK
Docs:http://docs.api.ufactory.cc
Release Note:https://github.com/xArm-Developer/xArm-Python-SDK/blob/master/README.md#update-summary
Bug Reports:support@ufactory.cc

Installation

Run pip install . in the project root. Requires Python 3.0+.

Update Summary

  • Add Python 3.0-3.12 compatibility: - Updated setup.py with setuptools/distutils fallback. - Added setuptools to requirements.txt. - Tested on Python 3.5 locally.