Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 421 Bytes

INSTALL.md

File metadata and controls

26 lines (17 loc) · 421 Bytes

Installation MkDocs

To install MkDocs, run the following command from the command line:

pip install mkdocs

Installation theme

Install the theme using PIP:

pip install mkdocs-dracula-theme

Activating theme

After the theme is installed, edit your mkdocs.yml file and set the theme name to dracula:

theme:
    name: dracula