To install MkDocs, run the following command from the command line:
pip install mkdocsInstall the theme using PIP:
pip install mkdocs-dracula-themeAfter the theme is installed, edit your mkdocs.yml file and set the theme name to dracula:
theme:
name: dracula