Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 423 Bytes

INSTALL.rst

File metadata and controls

14 lines (9 loc) · 423 Bytes
  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.