Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

DOC: Fix wrong folder for python wrapping #353

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/Sphinx/GettingStarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,15 @@ 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:

::

$ 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.
Expand Down