Skip to content

Commit 5d33343

Browse files
authored
Merge pull request #1722 from RogerHaase/1700-install-docs
update install docs for python 3.12 pkg_resources workaround #1700
2 parents 8267f53 + 8caf22b commit 5d33343

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/admin/install.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ After installation, you should have a ``moin`` command available, try it:
4949

5050
moin --help
5151

52+
If you are running Python 3.12.+ and get a traceback with::
53+
54+
ModuleNotFoundError: No module named 'pkg_resources'
55+
56+
then you must install setuptools manually::
57+
58+
pip install setuptools
59+
60+
and retry `moin --help`
61+
62+
5263
Creating a wiki instance
5364
========================
5465

0 commit comments

Comments
 (0)