Update README

This commit is contained in:
Tim Conkling
2023-06-27 11:39:41 -04:00
parent 4a5e48b7bb
commit 2443c5d29d
+5
View File
@@ -17,7 +17,12 @@ Implementation of various LangChain agents as Streamlit apps including:
This project uses [Poetry](https://python-poetry.org/) for dependency management.
```shell
# Create Python environment
$ poetry install
# Install git pre-commit hooks
$ poetry shell
$ pre-commit install
```
## Running