another attempt at Windows yubikey prereqs

This commit is contained in:
Jay Lee
2021-02-11 19:08:33 +00:00
parent f2f7f549b0
commit 5636876e42

View File

@@ -16,7 +16,9 @@ cd ~
export python="python"
export pip="pip"
# pyscard needs swig, keep these two together
choco install $CHOCOPTIONS swig
$pip install pyscard
# Python
#echo "Installing Python..."