Installation#

The package name is rsm-markup and is available via pypi,

$ pip install rsm-markup

Or, if you are using poetry and you already have a pyproject.toml file in the current directory:

$ poetry add rsm-markup

Checking your install#

To test whether the installation was successful you may execute

$ rsm-render --version

If you want to use RSM from a python script, you may import the library with

import rsm