RunningΒΆ
Once you have TSCCM installed you can run it in Terminal with command:
tsccm
Attention
Remember to open your Python virtual environment first, if you decided to use it.
If you use virtualenvwrapper,
mentioned in the Installation instruction,
you can do it with the command workon <name_of_your_virtualenvironment>.
To exit your Python virtual environment, use the command deactivate.