Installation
From PyPI
MxPySerializer is available on PyPI. Install it simply with pip:
pip install -U mxpyserializer
From Github
If you want the latest developments of MxPySerializer, you can install the package directly from the develop branch:
pip install -U git+https://github.com/Catenscia/MxPySerializer@develop
If you want another branch or version, just replace “develop” by the branch or tag you want.
You can now heads up to the next section to learn how to write your first query! 💪