aristanetworks / swi-tools

Scripts for handling Arista SWI and SWIX files
Apache License 2.0
11 stars 8 forks source link

switools Python library requires Linux common binaries #7

Open explodeo opened 6 months ago

explodeo commented 6 months ago

Looking through some of the code, you need commands which are run by os.system or vis the subprocess library in Python like:

openssl
sed
zip
unzip

Recommend adding "Git Bash" to the requirements and maybe symlinks to zip tools in powershell, and then updating the README.md