Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
757ebbb1
Commit
757ebbb1
authored
Feb 07, 2018
by
Martin Reinecke
Browse files
tweaks
parent
9b4c90ee
Pipeline
#24559
canceled with stage
in 11 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
757ebbb1
...
@@ -89,6 +89,7 @@ In the following, we assume a Debian-based distribution. For other
...
@@ -89,6 +89,7 @@ In the following, we assume a Debian-based distribution. For other
distributions, the "apt" lines will need slight changes.
distributions, the "apt" lines will need slight changes.
NIFTy4 and its mandatory dependencies can be installed via:
NIFTy4 and its mandatory dependencies can be installed via:
sudo apt-get install git libfftw3-dev python python-pip python-dev
sudo apt-get install git libfftw3-dev python python-pip python-dev
pip install --user git+https://gitlab.mpcdf.mpg.de/ift/NIFTy.git@NIFTy_4
pip install --user git+https://gitlab.mpcdf.mpg.de/ift/NIFTy.git@NIFTy_4
...
@@ -98,16 +99,20 @@ an incorrectly configured pyFFTW package, which does not cooperate with the
...
@@ -98,16 +99,20 @@ an incorrectly configured pyFFTW package, which does not cooperate with the
installed FFTW3 libraries)
installed FFTW3 libraries)
Plotting support is added via:
Plotting support is added via:
pip install --user matplotlib
pip install --user matplotlib
Support for spherical harmonic transforms is added via:
Support for spherical harmonic transforms is added via:
pip install --user git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
pip install --user git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
MPI support is added via:
MPI support is added via:
sudo apt-get install openmpi-bin libopenmpi-dev
sudo apt-get install openmpi-bin libopenmpi-dev
pip install --user mpi4py
pip install --user mpi4py
Scipy-based minimizers are enabled via:
Scipy-based minimizers are enabled via:
pip install --user scipy
pip install --user scipy
### Installation for Python 3
### Installation for Python 3
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment