Skip to content
GitLab
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
fdb15726
Commit
fdb15726
authored
Feb 10, 2015
by
Marco Selig
Browse files
version update.
parent
8f0c4f6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
fdb15726
...
...
@@ -87,19 +87,21 @@ Requirements
(
standard
library
)
*
`
GFFT
<
https
://
github
.
com
/
mrbell
/
gfft
>`
_
(
v0
.1.0
)
-
Generalized
Fast
Fourier
Transformations
for
Python
Fourier
Transformations
for
Python
-
**
optional
**
*
`
HEALPy
<
https
://
github
.
com
/
healpy
/
healpy
>`
_
(
v1
.4
without
openmp
)
-
A
Python
wrapper
for
`
HEALPix
<
http
://
sourceforge
.
net
/
projects
/
healpix
/>`
_
Python
wrapper
for
`
HEALPix
<
http
://
sourceforge
.
net
/
projects
/
healpix
/>`
_
-
-
**
optional
**
*
`
libsharp
-
wrapper
<
https
://
github
.
com
/
mselig
/
libsharp
-
wrapper
>`
_
(
v0
.1.2
without
openmp
)
-
A
Python
wrapper
for
the
`
libsharp
<
http
://
sourceforge
.
net
/
projects
/
libsharp
/>`
_
library
`
libsharp
<
http
://
sourceforge
.
net
/
projects
/
libsharp
/>`
_
library
-
**
optional
**
Download
........
The
latest
release
is
tagged
**
v
0
.9.0
**
and
is
available
as
a
source
package
The
latest
release
is
tagged
**
v
1
.0.6
**
and
is
available
as
a
source
package
at
`<
https
://
github
.
com
/
mselig
/
nifty
/
tags
>`
_
.
The
current
version
can
be
obtained
by
cloning
the
repository
::
...
...
@@ -109,7 +111,17 @@ obtained by cloning the repository::
Installation
............
NIFTY
is
installed
using
Distutils
by
running
the
following
command
::
(
a
)
NIFTY
can
be
installed
using
**
pip
**
by
running
the
following
command
::
pip
install
nifty
Alternatively
,
a
private
or
user
specific
installation
can
be
done
by
::
pip
install
--
user
nifty
(
b
)
NIFTY
can
be
installed
using
**
Distutils
**
by
running
the
following
command
::
python
setup
.
py
install
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment