diff --git a/README.md b/README.md index 434333f..b145114 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,9 @@ uv sync uv add flash-attn --no-build-isolation source .venv/bin/activate -# Install rad-vision-engine -git clone https://github.com/yalalab/rad-vision-engine ../rad-vision-engine -uv pip install -e ../rad-vision-engine +# Install rave +git clone https://github.com/yalalab/rave ../rave +uv pip install -e ../rave ``` ### Setting up Console Scripts diff --git a/pyproject.toml b/pyproject.toml index d91fe6c..5b6808c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ python_functions = "test_*" addopts = "-v --tb=short" [tool.uv.sources] -rad-vision-engine = { path = "../rad-vision-engine", editable = true } +rad-vision-engine = { path = "../rave", editable = true } [tool.ruff] line-length = 100