Skip to content

Commit

Permalink
update install docs for python 3.12 pkg_resources workaround moinwiki…
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHaase committed Aug 7, 2024
1 parent 8267f53 commit 8caf22b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/admin/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ After installation, you should have a ``moin`` command available, try it:

moin --help

If you are running Python 3.12.+ and get a traceback with::

ModuleNotFoundError: No module named 'pkg_resources'

then you must install setuptools manually::

pip install setuptools

and retry `moin --help`


Creating a wiki instance
========================

Expand Down

0 comments on commit 8caf22b

Please sign in to comment.