diff --git a/python/README.md b/python/README.md index 92ccfe9..45a4ca1 100644 --- a/python/README.md +++ b/python/README.md @@ -5,15 +5,10 @@ ----- -## Table of Contents - -- [Installation](#installation) -- [License](#license) - ## Installation ```console -pip install intracktive +pip install git+https://github.com/royerlab/inTRACKtive.git@main#subdirectory=python ``` ## License diff --git a/python/pyproject.toml b/python/pyproject.toml index 24d556b..4b96088 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "scipy", "scikit-image", "pandas", - "zarr" + "zarr<3" ] [project.urls]