You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Build_ITK_Python_packages.rst
+36-35Lines changed: 36 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,38 +94,39 @@ files are created and deleted quickly, which can result in Access Denied
94
94
errors. Windows 10 ships with an antivirus application, Windows Defender, that
95
95
is enabled by default.
96
96
97
-
sdist
98
-
-----
99
-
100
-
To create source distributions, sdist's, that will be used by pip to compile a wheel for installation if a binary wheel is not available for the current Python version or platform::
101
-
102
-
$ python setup.py sdist --formats=gztar,zip
103
-
[...]
104
-
105
-
$ ls -1 dist/
106
-
itk-4.11.0.dev20170216.tar.gz
107
-
itk-4.11.0.dev20170216.zip
108
-
109
-
Manual builds
110
-
=============
111
-
112
-
Building ITK Python wheels
113
-
--------------------------
114
-
115
-
Build the ITK Python wheel with the following command::
Other CMake variables can also be passed with `-D` after the double dash.
97
+
.. The below instructions are outdated and need to be re-written
98
+
.. sdist
99
+
.. -----
100
+
..
101
+
.. To create source distributions, sdist's, that will be used by pip to compile a wheel for installation if a binary wheel is not available for the current Python version or platform::
102
+
..
103
+
.. $ python setup.py sdist --formats=gztar,zip
104
+
.. [...]
105
+
..
106
+
.. $ ls -1 dist/
107
+
.. itk-4.11.0.dev20170216.tar.gz
108
+
.. itk-4.11.0.dev20170216.zip
109
+
..
110
+
.. Manual builds
111
+
.. =============
112
+
..
113
+
.. Building ITK Python wheels
114
+
.. --------------------------
115
+
..
116
+
.. Build the ITK Python wheel with the following command::
Copy file name to clipboardExpand all lines: docs/index.rst
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
1
1
Welcome to ITKPythonPackage's documentation!
2
2
============================================
3
3
4
-
This project provides a ``setup.py`` script to build ITK Python wheels and
5
-
infrastructure to build ITK external module Python wheels.
4
+
This project provides a script to generate `pyproject.toml` files used to build
5
+
ITK Python wheels and infrastructure to build ITK external module Python
6
+
wheels.
6
7
7
-
`ITK <https://www.itk.org/>`_ is an open-source, cross-platform system that provides developers with an extensive suite of software tools for image analysis.
8
+
`ITK <https://www.itk.org/>`_ is an open-source, cross-platform system that
9
+
provides developers with an extensive suite of software tools for image
10
+
analysis.
8
11
9
-
To install the stable ITK Python package::
12
+
To install the pre-built stable ITK Python package::
0 commit comments