Skip to content

Commit

Permalink
docs(server): mention how to install server extras
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 29, 2024
1 parent e59cc06 commit cb561d6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ gptme has a minimal REST API with very minimalistic web UI.
The server and web UI is still in development and does not have all the features of the CLI.
In particular, it doesn't ever ask for confirmation before executing (yet).

It can be started by running the following command:
To use it, you need to install gptme with ``server`` extras:

.. code-block:: bash
pipx install gptme[server]
It can then be started by running the following command:

.. code-block:: bash
Expand Down

0 comments on commit cb561d6

Please sign in to comment.