============ Installation ============ UFEDMM is available as a conda package installable from the `mdtools `_ conda channel. To install it, either run: .. code-block:: bash conda install -c conda-forge -c mdtools ufedmm Or: .. code-block:: bash mamba install -c mdtools ufedmm To use UFEDMM in your own Python script or Jupyter notebook, import it as follows: .. code-block:: python import ufedmm