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
2c71376b
Commit
2c71376b
authored
May 11, 2017
by
Martin Reinecke
Browse files
updates
parent
e271741c
Pipeline
#12293
passed with stage
in 8 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2c71376b
...
...
@@ -15,7 +15,7 @@ Summary
a versatile library designed to enable the development of signal
inference algorithms that operate regardless of the underlying spatial
grid and its resolution. Its object-oriented framework is written in
Python, although it accesses libraries written in
Cython,
C++
,
and C for
Python, although it accesses libraries written in C++ and C for
efficiency.
NIFTY offers a toolkit that abstracts discretized representations of
...
...
@@ -71,7 +71,6 @@ Installation
-
[
Python
](
http://www.python.org/
)
(
v2.7.x
)
-
[
NumPy
](
http://www.numpy.org/
)
-
[
Cython
](
http://cython.org/
)
### Download
...
...
@@ -93,10 +92,7 @@ Starting with a fresh Ubuntu installation move to a folder like
-
Install basic packages like python, python-dev, gsl and others:
sudo apt-get install curl git autoconf
sudo apt-get install python-dev python-pip gsl-bin libgsl0-dev libfreetype6-dev libpng-dev libatlas-base-dev python-numpy cython
(MR: do we really need all of those? I would have expected something like "git autoconf python-dev python-pip python-numpy cython")
sudo apt-get install curl git autoconf python-dev python-pip python-numpy
-
Install pyHealpix:
...
...
@@ -131,10 +127,9 @@ MacPorts, missing ones need to be installed manually. It may also be
mentioned that one should only use one package manager, as multiple ones
may cause trouble.
-
Install
basic packages numpy and cython
:
-
Install
numpy
:
sudo port install py27-numpy
sudo port install py27-cython
-
Install pyHealpix:
...
...
Write
Preview
Markdown
is supported
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