Nov 2, 2017
Check TM1py version
Check TM1py version using the command line
To check the TM1py version installed on your machine, just open a command window and then type:
- pip show TM1py
View fullsize
In the example above the TM1py version is 0.1.1
Check TM1py version using PyCharm
If you are using PyCharm, to check the TM1py version you need to go to File > Settings, click on your project and you should see all the packages that the package is using. In the example below the TM1py version is 1.0.1:
View fullsize