conorpp / u2f-zero

U2F USB token optimized for physical security, affordability, and style
Other
2.41k stars 200 forks source link

required packages at cygwin #61

Closed Meladur closed 6 years ago

Meladur commented 6 years ago

i can't install all required packages via cygwin because they are not supported by it

conorpp commented 6 years ago

You can install pip on Windows and install the packages from a regular command prompt.

Meladur commented 6 years ago

Could you please tell me how to install them throw cmd at windows or what is the program that you are using it Thx in advance

On Oct 31, 2017 4:02 PM, "Conor Patrick" notifications@github.com wrote:

You can install pip on Windows and install the packages from a regular command prompt.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/conorpp/u2f-zero/issues/61#issuecomment-340771513, or mute the thread https://github.com/notifications/unsubscribe-auth/AGGIdECoaibDjD5Qg2l1RqC9J822zqRTks5sxyh3gaJpZM4QMdYB .

conorpp commented 6 years ago

Install python, which comes with its package manager pip. Add the python executable and pip to your environment path. Then open a cmd prompt and try running pip install -r requirements.txt again.