From 4205cdf19ae1a5f0f37f202f8a4aef49aba91bae Mon Sep 17 00:00:00 2001 From: Razy DXTL Date: Sat, 23 Mar 2024 20:15:37 +0800 Subject: [PATCH] Update README.md Quick start command line changed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 325d795..18de364 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This repo explores the use of an LLM code generation pipeline to write simulatio ## ⚙️ Installation 0. ``pip install -r requirements.txt`` -1. ``python setup.py develop`` +1. ``python -m pip install --editable .`` 2. ``export GENSIM_ROOT=$(pwd)`` 3. ``export OPENAI_KEY=YOUR KEY``. We use OpenAI's GPT-4 as the language model. You need to have an OpenAI API key to run task generation with GenSim. You can get one from [here](https://platform.openai.com/account/api-keys).