Skip to content

Commit 521ad53

Browse files
committed
update README
1 parent 77065fc commit 521ad53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ Want to query a neuPrint server instead? Check out
1313
- get/set user bookmarks
1414
- get/set neuron annotations (names)
1515
- download precomputed meshes, skeletons (SWCs) and ROIs
16+
- generate meshes or skeletons from scratch
1617
- get basic neuron info (# of voxels/synapses)
1718
- fetch synapses
1819
- fetch connectivity (adjacency matrix, connectivity table)
1920
- retrieve labels (TODO, to split, etc)
2021
- map positions to body IDs
21-
- mesh or skeletonize sparsevols
2222
- detect potential open ends (based on a script by [Stephen Plaza](https://github.com/stephenplaza))
2323

2424
## Install
2525

26-
Make sure you have [Python 3](https://www.python.org) (3.6 or later),
26+
Make sure you have [Python 3](https://www.python.org) (3.8 or later),
2727
[pip](https://pip.pypa.io/en/stable/installing/). Then run this:
2828

2929
```bash

0 commit comments

Comments
 (0)