conorpp/u2f-zero

required packages at cygwin

Closed this issue · 3 comments

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

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

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.