software:gettingstartedmax
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| software:gettingstartedmax [2023/12/05 15:37] – created smerkel | software:gettingstartedmax [2023/12/09 22:26] (current) – smerkel | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| A minimal set of data processing tools could include | A minimal set of data processing tools could include | ||
| - | * [[software: | + | |
| - | * [[software: | + | * [[software: |
| - | * [[software: | + | * [[software: |
| - | * [[software: | + | * [[software: |
| Those are themselves built against a suite of libraries and could be hard to get working. | Those are themselves built against a suite of libraries and could be hard to get working. | ||
| Line 15: | Line 15: | ||
| Conda is an open-source package and environment management system that runs on Windows, macOS, and Linux. Conda quickly installs, runs, and updates packages and their dependencies. It also easily creates, saves, loads, and switches between environments on your local computer. It was created for Python programs, but it can package and distribute software for any language. | Conda is an open-source package and environment management system that runs on Windows, macOS, and Linux. Conda quickly installs, runs, and updates packages and their dependencies. It also easily creates, saves, loads, and switches between environments on your local computer. It was created for Python programs, but it can package and distribute software for any language. | ||
| </ | </ | ||
| + | |||
| + | In fact, Anaconda is the easiest route to get multigrain data processing working on a mac. You first step is hence to [[https:// | ||
| + | |||
| + | Once Anaconda is installed, | ||
| + | * Open the MacOS Terminal and type: '' | ||
| + | * You should see something like '' | ||
| + | * At the Python REPL (the Python ''>>>'' | ||
| + | |||
| + | The following packages should be installed from anaconda to avoid compatibility issues | ||
| + | * numpy: '' | ||
| + | * scipy: '' | ||
| + | * matplotlib: '' | ||
| + | * pyqt: '' | ||
| + | * Pmw: '' | ||
| + | * OpenPG: '' | ||
| + | |||
| + | Then there are two packages with ended up conflicting when trying to install using conda. Resorting to pip instead: | ||
| + | * fabio: '' | ||
| + | * pyopengltk: '' | ||
| + | |||
| + | ===== Step 2: Fable-3XRD packages with pip or automated install ===== | ||
| + | |||
| + | Python packages can be installed from source, downloading the source code from the original website, or through [[https:// | ||
| + | |||
| + | If you are super comfortable with python, anaconda, and such, jump to the next section and install everything from the source files at github. If not, stay here and do part of the work with pip. | ||
| + | |||
| + | Some of the Fable-3XRD packages are easy to install | ||
| + | * [[software: | ||
| + | * [[software: | ||
| + | * silx: '' | ||
| + | |||
| + | [[software: | ||
| + | * In a terminal: '' | ||
| + | * This does not seem to work with a mac, see below (installing from source) | ||
| + | |||
| + | Those few lines will install the packages, but also thousands of various libraries that they depend on. | ||
| + | |||
| + | ===== Step 3: Fable-3XRD packages from source ===== | ||
| + | |||
| + | Other packages are required but need to be installed from the [[https:// | ||
| + | * [[software: | ||
| + | * [[software: | ||
| + | |||
| + | For both, procedure is identical | ||
| + | * go to the [[https:// | ||
| + | * enter the corresponding repository (polyxsim or fabian) | ||
| + | * at the top right of the page, click on the green //Code// button, and download a zip archive, | ||
| + | * on your machine, unzip the archive, | ||
| + | * from the terminal, move into the folder that was created, | ||
| + | * type '' | ||
| + | * type '' | ||
| + | |||
| + | [[software: | ||
| + | * Download the GrainSpotter source code from [[https:// | ||
| + | * Move into the folder with GrainSpotter and type '' | ||
| + | * Copy '' | ||
| + | |||
| + | It should work out of the box. | ||
| + | |||
| + | By now, you should be done and have a minimal working installation on your mac. | ||
| + | |||
software/gettingstartedmax.1701787038.txt.gz · Last modified: by smerkel
