From 87688cdf44a14890e5c5e5b86f51027d4a42c144 Mon Sep 17 00:00:00 2001 From: Constantin Pape Date: Thu, 12 Dec 2024 08:13:23 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ef08f8..20a8226 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is work in progress! You need a python environment with the following dependencies: [pybdv](https://github.com/constantinpape/pybdv) and [z5py](https://github.com/constantinpape/z5). You install these dependencies with [mamba](https://github.com/mamba-org/mamba) or [conda](https://docs.conda.io/en/latest/) via: ```bash -conda install -c conda-forge z5py pybdv +conda install -c conda-forge z5py pybdv cluster_tools ``` (for an existing conda environment). You can also set up a new environment with all required dependencies using the file `environment.yaml`: ```bash