I'm python beginner and have issues with running a the following command:
git clone https://github.com/marksgraham/OCT-Converter.git
(https://github.com/marksgraham/OCT-Converter)
I have installed Python 3.7.4 on my mac and tied to run this in the IDLE. But it says "SyntaxError: invalid syntax" regarding "clone". Do I need to install something else first to be able to run this?