From c9d68daa5afe2ffa694e0a8e9e1ce73224ec1a8d Mon Sep 17 00:00:00 2001 From: Vedant Roy Date: Tue, 22 Oct 2024 10:33:32 +0000 Subject: [PATCH] Update README.md --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c83eef8..f908bb9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ --- -language: +language: - "en" tags: - video @@ -19,21 +19,14 @@ Mochi 1 preview is an open state-of-the-art video generation model with high-fid Clone the repository and install it in editable mode: -```bash -git clone https://github.com/genmoai/models -cd models -pip install setuptools psutil -pip install -e . --no-build-isolation -``` - -For a faster installation, use [uv](https://github.com/astral-sh/uv): +Install using [uv](https://github.com/astral-sh/uv): ```bash git clone https://github.com/genmoai/models -cd models +cd models pip install uv uv venv .venv -source venv/bin/activate +source .venv/bin/activate uv pip install -e . ```