README tweaks

This commit is contained in:
Chad Bailey
2024-01-17 16:56:17 +00:00
parent 115b744861
commit b1e6a89acd

View File

@@ -21,7 +21,7 @@ python -m build
This builds the package. To use the package locally (eg to run sample files), run
```
pip install .
pip install --editable .
```
If you want to use this package from another directory, you can run:
@@ -51,5 +51,5 @@ AZURE_CHATGPT_DEPLOYMENT_ID
If you have those environment variables stored in an .env file, you can quickly load them into your terminal's environment by running this:
```bash
$ export $(grep -v '^#' .env | xargs)
export $(grep -v '^#' .env | xargs)
```