Search code examples
pykx

How can I check which PyKX version I have installed?


How can I check which PyKX version I have installed?

I've tried

PyKX version

PyKX --version


Solution

  • After import in Python you can view that with:

    pykx.__version__
    

    From the command line you can call:

    pip show pykx