Skip to content

Commit

Permalink
Update README.md (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjohnl authored Sep 5, 2023
1 parent 7c79d90 commit 90285ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 90285ff

Please sign in to comment.