Skip to content

Commit

Permalink
Merge pull request #1722 from RogerHaase/1700-install-docs
Browse files Browse the repository at this point in the history
update install docs for python 3.12 pkg_resources workaround #1700
  • Loading branch information
RogerHaase authored Aug 7, 2024
2 parents 8267f53 + 8caf22b commit 5d33343
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 5d33343

Please sign in to comment.