Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
NIFTy
Commits
2c71376b
There was a problem fetching the pipeline summary.
Commit
2c71376b
authored
8 years ago
by
Martin Reinecke
Browse files
Options
Downloads
Patches
Plain Diff
updates
parent
e271741c
No related branches found
No related tags found
2 merge requests
!131
Master
,
!89
Improve README.md
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-8
3 additions, 8 deletions
README.md
with
3 additions
and
8 deletions
README.md
+
3
−
8
View file @
2c71376b
...
@@ -15,7 +15,7 @@ Summary
...
@@ -15,7 +15,7 @@ Summary
a versatile library designed to enable the development of signal
a versatile library designed to enable the development of signal
inference algorithms that operate regardless of the underlying spatial
inference algorithms that operate regardless of the underlying spatial
grid and its resolution. Its object-oriented framework is written in
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.
efficiency.
NIFTY offers a toolkit that abstracts discretized representations of
NIFTY offers a toolkit that abstracts discretized representations of
...
@@ -71,7 +71,6 @@ Installation
...
@@ -71,7 +71,6 @@ Installation
-
[
Python
](
http://www.python.org/
)
(
v2.7.x
)
-
[
Python
](
http://www.python.org/
)
(
v2.7.x
)
-
[
NumPy
](
http://www.numpy.org/
)
-
[
NumPy
](
http://www.numpy.org/
)
-
[
Cython
](
http://cython.org/
)
### Download
### Download
...
@@ -93,10 +92,7 @@ Starting with a fresh Ubuntu installation move to a folder like
...
@@ -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:
-
Install basic packages like python, python-dev, gsl and others:
sudo apt-get install curl git autoconf
sudo apt-get install curl git autoconf python-dev python-pip python-numpy
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")
-
Install pyHealpix:
-
Install pyHealpix:
...
@@ -131,10 +127,9 @@ MacPorts, missing ones need to be installed manually. It may also be
...
@@ -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
mentioned that one should only use one package manager, as multiple ones
may cause trouble.
may cause trouble.
-
Install
basic packages numpy and cython
:
-
Install
numpy
:
sudo port install py27-numpy
sudo port install py27-numpy
sudo port install py27-cython
-
Install pyHealpix:
-
Install pyHealpix:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment