Skip to content

Commit 5354943

Browse files
authored
Update langchain (#189)
1 parent 2e39915 commit 5354943

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sudo apt install -y ffmpeg libsm6 libxext6 chromium-browser libnss3 \
4141
To install the package simply run:
4242

4343
```bash
44-
pip install mmore
44+
uv pip install mmore
4545
```
4646

4747
> :warning: This is a big package with a lot of dependencies, so we recommend to use `uv` to handle `pip` installations. [Check our tutorial on uv](https://github.com/swiss-ai/mmore/blob/master/docs/uv.md).
@@ -133,7 +133,7 @@ Don't hesitate to star the project :star: if you find it interesting! (you would
133133

134134
1. Install pre-commit if you haven't already
135135

136-
`pip install pre-commit`
136+
`uv pip install pre-commit`
137137

138138
2. Set up the git hook scripts
139139

0 commit comments

Comments
 (0)