From 90285ffd456a03afac80b908d5cefdef9aeac37f Mon Sep 17 00:00:00 2001 From: Luca B <93586856+bradjohnl@users.noreply.github.com> Date: Tue, 5 Sep 2023 20:03:45 +0200 Subject: [PATCH] Update README.md (#1) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index df5ebb9..a79f825 100644 --- a/README.md +++ b/README.md @@ -39,32 +39,32 @@ An unofficial Python-based command-line interface (CLI) for interacting with Ope git clone https://github.com/bradjohnl/gpt_python_cli.git ``` -1. Navigate to the repository directory: +2. Navigate to the repository directory: ```bash cd gpt_python_cli ``` -1. [Install conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html) and create a new environment: +3. [Install conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html) and create a new environment: ```bash conda create -n gpt_python_cli -f environment.yml ``` -1. Set up an OpenAI API key as an environment variable: +4. Set up an OpenAI API key as an environment variable: ```bash export OPENAI_API_KEY="your_api_key_here" ``` -1. Create a configuration file in your home directory: +5. Create a configuration file in your home directory: ```bash mkdir ~/.gpt_python_cli cp config_sample.json ~/.gpt_python_cli/config.json ``` -1. Customize the paths in config.json +6. Customize the paths in config.json ## Usage