Skip to content

Commit 190fd73

Browse files
committed
ENH: Moving from README.md to README.rst
1 parent d923e5e commit 190fd73

File tree

2 files changed

+17
-194
lines changed

2 files changed

+17
-194
lines changed

README.md

Lines changed: 0 additions & 194 deletions
This file was deleted.

README.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Welcome to ITKPythonPackage's documentation!
2+
============================================
3+
4+
This project provides a ``setup.py`` script that build ITK Python wheels.
5+
6+
ITK is an open-source, cross-platform system that provides developers with an extensive suite of software tools for image analysis.
7+
8+
The Python packages are built daily. To install the ITK Python package::
9+
10+
$ python -m pip install --upgrade pip
11+
$ python -m pip install itk -f https://github.com/InsightSoftwareConsortium/ITKPythonPackage/releases/tag/latest
12+
13+
For more information on ITK's Python wrapping, see an introduction in the ITK Software Guide. There are also many downloadable examples documented in Sphinx.
14+
15+
* Free software: Apache Software license
16+
* Documentation: http://itkpythonpackage.readthedocs.org
17+
* Source code: https://github.com/InsightSoftwareConsortium/ITKPythonPackage

0 commit comments

Comments
 (0)