playi / WonderPy

Official Public Python API for working with Wonder Workshop robots
MIT License
55 stars 28 forks source link

Install the Adafruit_Python_BluefruitLE in your virtualenv #29

Open baghaii opened 4 years ago

baghaii commented 4 years ago

When I installed the Adafruit_Python_BluefruitLE outside of my virtualenv, the example program could not find it.

Running

pip install git+git://github.com/playi/Adafruit_Python_BluefruitLE@928669a#egg=Adafruit_BluefruitLE

after

virtualenv --python=/usr/bin/python2.7 --no-site-packages venv

worked better for me.