Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
ae33f934
Commit
ae33f934
authored
Sep 29, 2021
by
Martin Reinecke
Committed by
Philipp Arras
Oct 04, 2021
Browse files
add instructions for installation via pip
parent
09506858
Pipeline
#111788
passed with stages
in 21 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ae33f934
...
@@ -62,7 +62,18 @@ switching to the NIFTy_8 branch:
...
@@ -62,7 +62,18 @@ switching to the NIFTy_8 branch:
git clone -b NIFTy_8 https://gitlab.mpcdf.mpg.de/ift/nifty.git
git clone -b NIFTy_8 https://gitlab.mpcdf.mpg.de/ift/nifty.git
### Installation
### Installation for users
If you only want to to use NIFTy in your projects, but not change its source
code, the easiest way to install the package is the command:
pip install --user nifty7
Depending on your OS, you may have to use
`pip3`
instead of
`pip`
.
This approach should work on Linux, MacOS and Windows.
### Installation for developers
In the following, we assume a Debian-based distribution. For other
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.
...
...
docs/source/user/installation.rst
View file @
ae33f934
Installation
Installation for users
============
======================
If you only want to to use NIFTy in your projects, but not change its source
code, the easiest way to install the package is the command:
pip install --user nifty7
Depending on your OS, you may have to use `pip3` instead of `pip`.
This approach should work on Linux, MacOS and Windows.
Installation for developers
===========================
In the following, we assume a Debian-based Linux distribution. For other
In the following, we assume a Debian-based Linux distribution. For other
...
...
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