Skip to content

Commit 6cf2888

Browse files
committed
Update libs
1 parent 34687f7 commit 6cf2888

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
4. Install the [Pygments](http://pygments.org/) syntax highlighter.
88
5. Install the [PyMdown Extensions](https://facelessuser.github.io/pymdown-extensions/) Markdown extensions.
99

10+
```commandline
11+
pipx install mkdocs mkdocs-material Pygments pymdown-extensions
12+
```
1013

1114
## Makefile Targets
1215
| Command | Description |

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mkdocs>=1.6.1
2-
mkdocs-material>=9.5.48
3-
Pygments>=2.18.0
4-
pymdown-extensions>=10.12
2+
mkdocs-material>=9.6.5
3+
Pygments>=2.19.1
4+
pymdown-extensions>=10.14.3

0 commit comments

Comments
 (0)