From dacf3464e2d79477921873959d4e4933080341c5 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Sat, 17 Oct 2020 19:47:05 +0200 Subject: [PATCH] Update setup-project.md --- docs/docs/tutorial/setup-project.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/docs/tutorial/setup-project.md b/docs/docs/tutorial/setup-project.md index 0608b5b..844d856 100644 --- a/docs/docs/tutorial/setup-project.md +++ b/docs/docs/tutorial/setup-project.md @@ -140,3 +140,14 @@ mkdocs-material-extensions>=1.0 theme: name: 'material' ``` + +Here are some other packages which can be useful and might or might not be needed. Based on [action](https://github.com/squidfunk/mkdocs-material/blob/master/requirements.txt). + +`requirements.txt` +``` +mkdocs>=1.1 +Pygments>=2.4 +markdown>=3.2 +pymdown-extensions>=7.0 +mkdocs-material-extensions>=1.0 +```