Skip to content

Commit

Permalink
Added note to install legacy-cgi (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Howitz <[email protected]>
  • Loading branch information
davidh91 and icemac authored Jan 23, 2025
1 parent 031b718 commit 2f41ba9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ If you now connect to port 8080 and log in with username 'grok',
password 'grok', you should be able to add the grok-based applications
(such as grokwiki) from the menu.

If you are using python >= 3.13 and encounter a ``No module named 'cgi'``
error, install the legacy cgi package:

$ bin/pip install legacy-cgi

Running the tests
-----------------

Expand Down

0 comments on commit 2f41ba9

Please sign in to comment.