Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 377 Bytes

Organization-Docs

Installation

  • Create a new python virtualenv

python3 -m venv docs-venv

  • Activate the virtualenv, then

pip install mkdocs-material or pip install mkdocs-material=="9.*"

  • Or use the requirements.txt in the root of the project

pip install -r requirements.txt

  • Previewing as you write

mkdocs serve

  • Building your site

mkdocs build