Downloading the code issue

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?

You entered the wrong download command.
git clone (https)://github.com/sunfounder/raphael-kit.git
Wrong
git clone GitHub - sunfounder/raphael-kit
Correct
Please follow the steps in the tutorial link:
Download the Code — SunFounder Ulimate Raphael Kit for Raspberry Pi documentation