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 +```