Skip to content

Commit

Permalink
Document secret-prompting [ICE-31] (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
lslunis authored Feb 22, 2023
2 parents 87dfdc7 + b81233f commit cd9e1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ If you use Windows, you'll need to run ICE inside of [WSL](https://learn.microso
pip install ought-ice
```

1. Set required secrets in `~/.ought-ice/.env`. See [`.env.example`](https://github.com/oughtinc/ice/blob/main/.env.example) for the format.

1. Run the Hello World recipe in [the Primer](https://primer.ought.org/) to see the trace rendered.

1. Optionally, set secrets (like your OpenAI API key) in `~/.ought-ice/.env`. See [`.env.example`](https://github.com/oughtinc/ice/blob/main/.env.example) for the format. If these are not set, you'll be prompted for them when you run recipes that need them.
## Developing ICE
1. If you want to make changes to ICE itself, clone the repository, then install it in editable mode:
Expand Down

0 comments on commit cd9e1ec

Please sign in to comment.