Skip to content

MkDocs installation on Mac

Step 1: Verify the brew installation

brew --version

Step 2: Change the folder permission to install python, if needed

sudo chown -R $(whoami) /usr/local/lib/pkgconfig
chmod u+w /usr/local/lib/pkgconfig

Step 3: Install python3

brew install python3

Step 4: Upgrade pip

pip3 install --upgrade pip

Step 5: Install mkdocs

pip3 install mkdocs

Step 6: Install the mkdocs-material-extensions

python3 -m pip install mkdocs-material-extensions