diff --git a/Documentation/Sphinx/GettingStarted.rst b/Documentation/Sphinx/GettingStarted.rst index c4fc9191f..72a9ecb22 100644 --- a/Documentation/Sphinx/GettingStarted.rst +++ b/Documentation/Sphinx/GettingStarted.rst @@ -205,7 +205,7 @@ To install the python module onto your system, navigate to :: - ${BUILD_DIRECTORY}/SimpleITK-build/Wrapping/Python/Packaging + ${BUILD_DIRECTORY}/SimpleITK-build/Wrapping/Python and run the following command: @@ -213,7 +213,7 @@ and run the following command: $ python Packaging/setup.py install -This will install the SimpleITK python module with SimpleElastix, which can then be imported into scripts like any other python module. If you want to install SimpleElastix into a virtual environment, activate the virtual environment on beforehand and omit :code:`sudo`. If you don't know what a virtual environment is, don't worry about it, it is entirely optional. +This will install the SimpleITK python module with SimpleElastix, which can then be imported into scripts like any other python module. # Java TODO: Pull request welcome.