.. _install: Installation ============ Prerequisites ------------- .. note:: Any Note install ~~~~~~~~~~~~~~ To install this sovler: .. code-block:: bash git clone https://github.com/cold-young/xccels_ReadtheDocs.git Explanation of optional command: - ``mpi run -it`` create an instance of an image (=container), and run it interactively (so ctrl+c will work) - ``--rm`` option means to remove the container once it exits/stops (otherwise, you will have to use ``docker rm``)