Installing python-random-markdown-generator

You must have python and pip installed on your system, and in you PATH. An activated virtual environment is also recommended.

Using pip:

pip install mdgen

Poetry is a tool for dependency management and packaging in Python. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

Using poetry:

poetry add mdgen