elephantrobotics / pymycobot

This is a python API for ElephantRobotics product.
MIT License
109 stars 54 forks source link

setup: Avoid cyclic dependency during setup #16

Closed eacousineau closed 3 years ago

eacousineau commented 3 years ago

If serial is not installed, then pip install will fail trying to import serial.

Relates #15