FaradayRF / faradayio

FaradayRF TUN/TAP adapter
https://www.faradayrf.com
GNU General Public License v3.0
15 stars 6 forks source link

Fix PyPi Installation #57

Closed kb1lqc closed 6 years ago

kb1lqc commented 6 years ago

Requirements are not installed due to missing the install_requires key:value in the setup.py file. Fix this.

kb1lqc commented 6 years ago

Fixed per #58