I am new to python and coding. I am trying to follow the instructions to download the code to my pi3b+ using the recommended line:
git clone (https)://github.com/sunfounder/raphael-kit.git
And my pi returns:
la2@Pi3B:~ $ git clone (https)://github.com/sunfounder/raphael-kit.git
-bash: git: command not found
la2@Pi3B:~ $
I put the () around the http so the rest of the address looks like what I entered.
How do I get this to work?