Advertisement
Guest User

pyftdi Makefile

a guest
Jul 21st, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.20 KB | None | 0 0
  1. pyftdi:
  2.     sudo apt-get install python3.6
  3.     sudo apt-get install virtualenv
  4.     virtualenv env --python=python3.6
  5.     env/bin/pip3 install pyserial
  6.     env/bin/pip3 install pyusb
  7.     env/bin/pip3 install pyftdi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement