InstallationΒΆ
Install mbdyn-lexer plugin from Python Package Index (PyPi). The preferred tool for installing packages from PyPI is pip, which is included in all modern versions of Python.
Run the following command to install the plugin and the required Pygments Package:
(.venv) $ pip install mbdyn-lexer
Note
It is recommended to use a virtual environment when working with third party packages. Documentation can be found at Create and Use Virtual Environments.
Check installation with:
(.venv) $ pygmentize -H lexer mbdyn
Output below shows successful installation. See Examples for usage scenarios.
Help on the MBDyn lexer:
A MBDyn input file lexer.