How can I check which PyKX version I have installed?
I've tried
PyKX version PyKX --version
After import in Python you can view that with:
import
pykx.__version__
From the command line you can call:
pip show pykx