Skip to content

Commit

Permalink
Merge branch 'main' into starter_cosem
Browse files Browse the repository at this point in the history
  • Loading branch information
mzouink authored Mar 18, 2024
2 parents ae313d2 + 18f9f95 commit 92858b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ Currently, python>=3.10 is supported. We recommend creating a new conda environm
conda create -n dacapo python=3.10
```

Then clone this repository, go into the directory, and install:
Then install DaCapo using pip with the following command:
```
git clone [email protected]:janelia-cellmap/dacapo.git
cd dacapo
pip install .
pip install git+https://github.com/janelia-cellmap/dacapo
```
This will install the minimum required dependencies.

Expand Down

0 comments on commit 92858b2

Please sign in to comment.