We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4c9d4 commit 54408e7Copy full SHA for 54408e7
README.md
@@ -3,12 +3,17 @@
3
Build for the tutorial.microns-explorer.org documentation. Website built with [Quarto](https://quarto.org/) `version 1.6.42`
4
5
Running the code blocks requires packages:
6
- `caveclient >=7.4.3`
7
- `cloud-volume >=12.1.0`
8
- `meshparty == 2.0.1`
9
- `pcg_skel >= 1.3.0`
10
- `imageryclient >=1.0.4`
11
- `skeleton_plot >= 0.0.10`
+
+```
+ caveclient >=7.4.3
+ cloud-volume >=12.1.0
+ meshparty == 2.0.1
+ pcg_skel >= 1.3.0
12
+ imageryclient >=1.0.4
13
+ skeleton_plot >= 0.0.10
14
15
16
+All available with `pip install`.
17
18
## Issues
19
We welcome bug reports and questions. Please post an informative issue on the GitHub issue tracker.
0 commit comments