Skip to content

Commit

Permalink
Bump version to v1.1.1
Browse files Browse the repository at this point in the history
This version includes performance improvements, bug fixes, and
installation updates
  • Loading branch information
mogres committed Jan 17, 2025
1 parent f9e3aaf commit f19f71d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f19f71d

Please sign in to comment.