Trouble setting up exercism on pycharm

I feel so frustratingly stupid that I can’t even set it up locally. I’ve been at it for 2 hours now. Please help.
I’m trying to use pycharm and pasted exercism configure --token=(my token) into the terminal of a new project and it spits out a link to this website. I tried to change the token and that didn’t work.

Have you try it on a different shell with admin right? like powershell for example
You can just also do:

 exercism configure --token token-string-here

without any extra like the = or the brackets