File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,13 @@ with an extensive suite of software tools for image analysis.
99More information is available on the [ ITK website] ( https://itk.org/ )
1010or at the [ ITK GitHub homepage] ( https://github.com/insightSoftwareConsortium/ITK ) .
1111
12+ ## Table of Contents
13+
14+ - [ Using ITK Python Packages] ( #using-itk-python-packages )
15+ - [ Building with ITKPythonPackage] ( #building-with-itkpythonpackage )
16+ - [ Frequently Asked Questions] ( #frequently-asked-questions )
17+ - [ Additional Information] ( #additional-information )
18+
1219## Using ITK Python Packages
1320
1421ITKPythonPackage scripts can be used to produce [ Python] ( https://www.python.org/ ) packages
@@ -117,7 +124,7 @@ or manually with ITKPythonPackage scripts.
117124
118125In order to build an ITK external module you must have first built ITK for the same target platform.
119126However, building ITK modules and wrapping them for Python can take a very long time!
120- To avoid having to rebuilt ITK before building every individual external module,
127+ To avoid having to rebuild ITK before building every individual external module,
121128artifacts from the ITK build process (headers, source files, wrapper outputs, and more) are
122129packaged and cached as [ ITKPythonBuilds] ( https://github.com/insightSoftwareConsortium/ITKpythonbuilds )
123130releases.
You can’t perform that action at this time.
0 commit comments