From f19f71d5d9a663a3d09c0e5dd6db0de8c79c10a9 Mon Sep 17 00:00:00 2001 From: Saurabh Mogre Date: Fri, 17 Jan 2025 10:21:32 -0800 Subject: [PATCH] Bump version to v1.1.1 This version includes performance improvements, bug fixes, and installation updates --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81cefbec..6b16ad47 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ An algorithm to pack molecular recipes ## Installation > [!NOTE] -> These are the basic installation steps. However, our recommendation is to install with `pyenv` and `pdm`. See advanced installation instructions [here](docs/INSTALL.md). +> These are the basic installation steps. However, our recommendation for developers is to install with `pyenv` and `pdm`. See advanced installation instructions [here](docs/INSTALL.md). 1. Install Python 3.9 and `git`. Update pip at least to `24.0.0`. 2. Clone this git repository. ```bash -git clone git@github.com:AllenCell/nuc-morph-analysis.git -cd nuc-morph-analysis +git clone git@github.com:AllenCell/cellpack.git +cd cellpack ``` 3. Create a new virtual environment and activate it. ```bash