Skip to content

Commit

Permalink
docs: how to install
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jul 23, 2024
1 parent 4496450 commit 8ae1a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ labels_out = cc3d.connected_components(labels_in, out_file="out.bin")
# thick z sections of the input array that are in sequential order.
# The output is a highly compressed CrackleArray that is still random access.
# See: https://github.com/seung-lab/crackle
# You need to pip install connected-components-3d[stack] to get the extra modules.
def sections(labels_in):
"""
A generator that produces thick Z slices
Expand Down

0 comments on commit 8ae1a00

Please sign in to comment.