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