Skip to content
Snippets Groups Projects

fix installation command

Merged Martin Reinecke requested to merge fix_pip into NIFTy_5
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -8,7 +8,7 @@ distributions, the "apt" lines will need slight changes.
@@ -8,7 +8,7 @@ distributions, the "apt" lines will need slight changes.
NIFTy5 and its mandatory dependencies can be installed via::
NIFTy5 and its mandatory dependencies can be installed via::
sudo apt-get install git python3 python3-pip python3-dev
sudo apt-get install git python3 python3-pip python3-dev
pip3 install --user git+https://gitlab.mpcdf.mpg.de/ift/NIFTy.git@NIFTy_5
pip3 install --user git+https://gitlab.mpcdf.mpg.de/ift/nifty.git@NIFTy_5
Plotting support is added via::
Plotting support is added via::
Loading