sphero-inc / sphero-sdk-raspberrypi-python

Sphero RVR SDK to run on Raspberry Pi using Python
Other
77 stars 50 forks source link

Feature/improve first time setup #18

Closed Jim-Konish closed 2 years ago

Jim-Konish commented 2 years ago

Move away from pipenv and make initial setup more automatic.

cletusw commented 2 years ago

Awesome! I was just going to suggest moving to venv now that it's officially part of Python 3, but I agree removing envs entirely for a project like this is better. Thanks!