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
+37-36Lines changed: 37 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ automated. The following sections outline how to use the associated scripts.
21
21
Linux
22
22
-----
23
23
24
-
On any linux distribution with docker and bash installed, running the script dockcross-manylinux-build-wheels.sh will create 64-bit wheels for both python 2.x and python 3.x in the dist directory.
24
+
On any linux distribution with docker and bash installed, running the script dockcross-manylinux-build-wheels.sh will create 64-bit wheels for python 3.9+ in the dist directory.
25
25
26
26
For example::
27
27
@@ -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::
0 commit comments