Skip to content

Commit

Permalink
also suggest direnv in addition to dotenv
Browse files Browse the repository at this point in the history
  • Loading branch information
brainlid committed Mar 5, 2024
1 parent 60e7ed6 commit 931e38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,4 @@ Executing a specific test, whether it is a `live_call` or not, will execute it c

When doing local development on the `LangChain` library itself, rename the `.envrc_template` to `.envrc` and populate it with your private API values. This is only used when running live test when explicitly requested.

Use a tool like [Dotenv](https://github.com/motdotla/dotenv) to load the API values into the ENV when using the library locally.
Use a tool like [Direnv](https://direnv.net/) or [Dotenv](https://github.com/motdotla/dotenv) to load the API values into the ENV when using the library locally.

0 comments on commit 931e38e

Please sign in to comment.