Skip to content

Commit d032f4b

Browse files
committed
Changed the default installation command line to be a local installation
1 parent 5354943 commit d032f4b

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,18 @@ sudo apt install -y ffmpeg libsm6 libxext6 chromium-browser libnss3 \
3838

3939
#### Step 1 – Install MMORE
4040

41-
To install the package simply run:
41+
To install the latest release of the package, simply run:
4242

4343
```bash
4444
uv pip install mmore
4545
```
4646

47-
> :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).
47+
To install the package for development, simply run:
48+
```bash
49+
uv pip install -e .
50+
```
51+
52+
> :warning: This package requires many big dependencies and requires a dependency override, so it has to be installed with `uv` to handle `pip` installations. [Check our tutorial on uv](https://github.com/swiss-ai/mmore/blob/master/docs/uv.md).
4853
4954
### Minimal Example
5055

0 commit comments

Comments
 (0)