-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]:AllenCell/nuc-morph-analysis.git | ||
cd nuc-morph-analysis | ||
git clone [email protected]:AllenCell/cellpack.git | ||
cd cellpack | ||
``` | ||
3. Create a new virtual environment and activate it. | ||
```bash | ||
|