Skip to content

Installation

Install the command by using:

pip install bmde

Check that the installation is available with:

python -m bmde --help

You may add an alias to your binary to shorten up the command from python -m bmde to bmde:

echo "alias bmde=python -m bmde" >> ~/.bashrc

Now, bmde --help should have the same result as python -m bmde --help