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
D2O
Commits
84fbfa72
Commit
84fbfa72
authored
Jun 12, 2016
by
Theo Steininger
Browse files
Update README.rst
parent
e25ad9c5
Pipeline
#4981
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.rst
View file @
84fbfa72
...
...
@@ -19,3 +19,26 @@ Expensive operations are carried out by dedicated external libraries like
applications and scales well when moving to an MPI cluster. D2O is open-source
software available under the GNU General Public License v3 (GPL-3).
Installation
------------
Requirements
............
* `Python <http://www.python.org/>`_ (v2.7.x)
* `NumPy <http://www.numpy.org/>`_
* `mpi4py <https://bitbucket.org/mpi4py/mpi4py>`_ **optional**
Installation on Ubuntu
......................
::
sudo pip install mpi4py
::
git clone https://gitlab.mpcdf.mpg.de/ift/D2O.git
cd D2O
sudo python setup.py install
cd ..
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