FaradayRF / faradayio

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

Document Correct Way To Create Virtualenv in Python3 #16

Closed kb1lqc closed 6 years ago

kb1lqc commented 6 years ago

I mean... Python already documented it but it's easy to miss. There are few code snippets in there that actually make you use the python3 virtualenv which makes all the difference.

kb1lqc commented 6 years ago

Created an initial installation wiki page to get a user setup with a virtual environment necessary to test and run faradayio. What do you think @el-iso @hdkmike? Any chance either one of you want to run through at least this part of the code (installation)?

https://github.com/FaradayRF/faradayio/wiki/Working-With-Python3-Virtual-Environments

You'll want to use the git branch faradaytun from my personal fork of faradayio:

https://github.com/kb1lqc/faradayio/tree/faradaytun

kb1lqc commented 6 years ago

Updated the wording a bit to help clarify the instructions. Closing ticket since initial work is complete.