MacOS

Check Python version

Now open the Termina and type

python3

If you don't have Python3, you should install it. Type in termial

brew install python3

if you don't have brew install it.

After instalation check version agait and proceed to the next step.

Clone Github repository

brew install git

Clone github repo && go inside

git clone https://github.com/caxapok1python/duckyScript.ino ducky
cd ducky/

Last updated