Link Search Menu Expand Document

Installation

Requirements

  • Operating System
    • Mac OS, Linux and Windows 10
  • Compatible Python version
    • Python 3.6, 3.7
  • Dependency:
    • shleeh (>=0.0.4)
    • nibabel (>=3.0.2)
    • numpy (>=1.18.0)
    • pandas (>=1.0.0)
    • pillow (>=7.1.1)
    • tqdm (>=4.45.0)
    • openpyxl (>=3.0.3)
    • xlrd (>=1.0.0)
  • Optional dependency:
    • SimpleITK ()>=1.2.4)

Python build

  • The installed Python must be compiled properly, If you use pyenv and are having any issue with python please refer following link: Common Build Problems in PyENV
  • To use gui feature, the installed python should compiled with tkinter module.
  • You can test the tkinter installation with below command on your shell.
$ python -m tkinter -c 'tkinter._test()'

Install via PyPI

$ pip install bruker

Install with SimpleITK support

$ pip install bruker'[SimpleITK]'

Install via Github

$ pip install git+https://github.com/brkraw/bruker