Installing Minima Hopping +++++++++++++++++++++++++ Minima Hopping can be installed directly with pip by: .. code-block:: pip install "git+https://gitlab.com/goedeckergroup/ase_mh.git" Alternatively minima hopping can be installed by cloning the GitLab repository: .. code-block:: git clone https://gitlab.com/goedeckergroup/ase_mh.git cd minimahopping pip install . Furthermore also a developing version can be installed: .. code-block:: git clone -b develop https://gitlab.com/goedeckergroup/ase_mh.git cd minimahopping pip install .