Install git
For Windows
- Download git for windows from here
- Double click the git executable for windows to install
- Open a cmd windows (windows-r), cmd
- cd .., cd ..
- git clone https://www.github.com/Paulware/BlocklyPyGame
For MAC
- Open Terminal and paste the commands:
- sudo bash
- Enter your password (Note:it will not appear as you type)
- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
- brew install git
- git clone https://www.github.com/Paulware/BlocklyPyGame