Skip to content

Installation

pip

The latest released version is available at the Python package index.

pip install mknodes

pipx

pipx allows for the global installation of Python applications in isolated environments.

pipx install mknodes
Page info
Code for this page
mknodes.manual.get_started_section._
@nav.route.page("Installation", hide="toc", icon="grommet-icons:install")
def _(page: mk.MkPage):
    page += mk.MkInstallGuide()
Resources
Resources(css=[],
          markdown_extensions={'attr_list': {},
                               'md_in_html': {},
                               'pymdownx.emoji': {'emoji_generator': <function to_svg at 0x7fdd9aa4e520>,
                                                  'emoji_index': <function twemoji at 0x7fdd9aa4e3e0>},
                               'pymdownx.highlight': {'anchor_linenums': True,
                                                      'line_spans': '__span',
                                                      'pygments_lang_class': True},
                               'pymdownx.magiclink': {'repo': 'mknodes',
                                                      'repo_url_shorthand': True,
                                                      'user': 'phil65'},
                               'pymdownx.superfences': {}},
          plugins=[],
          js=[],
          assets=[],
          packages=[])
Metadata
created:
  source_filename: /home/runner/work/mknodes/mknodes/mknodes/manual/get_started_section.py
  source_function: null
  source_line_no: 21
hide:
- toc
icon: grommet-icons:install
template: SUMMARY.html
title: Installation