From a19a133686cd642c0689ee0f1988b48ab5befd20 Mon Sep 17 00:00:00 2001 From: killian <63927363+KillianLucas@users.noreply.github.com> Date: Tue, 1 Aug 2023 17:01:14 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 43b8fc3c4e..bc79d595a5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,13 @@ A minimal, open-source implementation of OpenAI's code interpreter. ![Interpreter Demo](https://github.com/KillianLucas/open-interpreter/assets/63927363/a1597f66-d298-4172-bc0b-35b36e1479eb) +```shell +pip install open-interpreter +``` +```shell +interpreter +``` + ## What is this?