Skip to content

Commit 9d93cf7

Browse files
authored
Add mention of python-dotenv for .env file usage (#4)
Provide an alternative to exporting environment variables manually by pointing users to python-dotenv for .env file support.
1 parent f20121b commit 9d93cf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ Let's start with the first step. Click on the tabs to find the right LM for you.
204204
205205
To make persistent, use "Environment Variables" in System Properties.
206206

207+
Alternatively, you can use a `.env` file with [python-dotenv](https://pypi.org/project/python-dotenv/).
208+
207209
??? info "Type hints in python"
208210

209211
In case you're wondering about the `list[dict[str, str]]` and the `-> str` in the

0 commit comments

Comments
 (0)