I'm trying to install PyDrive with a view to automating the back up of my work folder to google drive.
I'm trying to use pip to install PyDrive in the terminal and having no such luck.
When I run
pip install PyDrive
I get a syntax error, not sure if I'm being dumb but I can't see a syntax error.
Can't find any guidance about installing for Mac.
Any help would be appreciated.
pip install PyDrive
I'd expect PyDrive to start installing but just have a syntax error returned.