Fork me on GitHub
Release:
Date:
1.3
Feb 14, 2012
Flattr Mktoc

Table Of Contents

Download

Get latest source archive,
mktoc-1.3.tar.gz, or install with:

pip install mktoc --upgrade --user

Found a Bug?

Fill out a report on the issue tracker.

This Page

2. Install StepsΒΆ

  1. Any one of the following command will install Mktoc.

    1. Use pip from the pip package:

      pip install mktoc --upgrade --user
    2. Download the source distribution file and install from the command line:

      tar xzf mktoc-*.tar.gz
      cd mktoc-*
      python setup.py install --user
  2. View online docs or README for usage instructions.