Skip to content

Commit c471132

Browse files
authored
Update admins_docs.md
1 parent 38a8ef0 commit c471132

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/admins_docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Step 2 - Install requirements for your system.
7878
Step 3 - Install lxml and xmlsec, if needed.
7979
These problems come from the distro and Python, not from MediaCMS. The known workaround to getting them installed if it's not working is below:
8080

81-
Ubuntu 20 & 22 (Python 3.10)
81+
Ubuntu 20 & 22 (Python 3.10)
8282
```
8383
pip uninstall lxml
8484
pip uninstall lxmlsec
@@ -89,7 +89,7 @@ These problems come from the distro and Python, not from MediaCMS. The known w
8989
pip install --no-binary xmlsec==4.9.2
9090
```
9191

92-
Ubuntu 24 (Python 3.12+)
92+
Ubuntu 24 (Python 3.12+)
9393
```
9494
pip uninstall lxml
9595
pip uninstall lxmlsec

0 commit comments

Comments
 (0)