Skip to content

Commit

Permalink
tkinter install documentation entry (AntonOsika#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
ATheorell authored and 70ziko committed Oct 25, 2023
1 parent 269ed71 commit 9147f4b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,20 @@ Once you have a copy of the source, you can install it with:
.. _Github repo: https://github.com/AntonOsika/gpt-engineer.git

Troubleshooting
-------------

For mac and linux system, there are sometimes slim python installations that do not include the gpt-engineer requirement tkinter, which is a standard library and thus not pip installable.

To install tkinter on mac, you can for example use brew:

.. code-block:: console
$ brew install python-tk
On debian-based linux systems you can use:

.. code-block:: console
$ sudo apt-get install python3-tk

0 comments on commit 9147f4b

Please sign in to comment.