sudo dnf install python3.6
python3.6 -m venv env
source env/bin/activate
pip install --upgrade pip
python -m pip install lookatmeActivate virtual environment and run lookatme with path to markdown file.
source env/bin/activate
lookatme $PATH_TO_MARKDOWN_FILENavigate by ← and →. Press q to quit. Deactivate virtual environment with deactivate command.