Installation ============ Python version compatibility ---------------------------- pycstruct is only compatible with python version 3.6 or later. Basic Installation ------------------ Install pycstruct with :command:`pip`:: python3 -m pip install pycstruct Extra dependencies to parse source code ---------------------------------------- To be able to parse C source code (optional) you also need to install `castxml `_. castxml supports all the major platforms such as Linux, Windows and OS X.