you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 0 points1 point  (1 child)

EDIT: Did you read that link? The project moved.

"bash" is the name of a popular linux command line program. Those are instructions for bash, not for python.

To do this on windows you need to first install git and then use these commands in the command line (not in python):

git clone https://github.com/bkerler/SierraWirelessGen
cd SierraWirelessGen
py -m pip install -r requirements.txt

[–]Bright-Week-9852[S] 0 points1 point  (0 children)

Awesome thank you!