Installation¶
Note
It’s advisable to use python virtual environment for below instructions. Read more about python virtual environment in The Hitchhiker’s Guide to Python!
virtualenvwrapper provides a set of commands which makes working with virtual environments much more pleasant.
Install TSCCM
pip install tsccm
Upgrade¶
To upgrade to newer version run:
pip install --upgrade tsccm