Installation ===== .. _installation: The easiest way to install *metallicious* is to use `Anaconda `_, as *metallicious* depends on external packages. Create a new conda environment: .. code-block:: bash conda create --name metallicious python=3.9 conda activate metallicious As for Dec 2025, some of the packages are only available for Python \< 3.10. Install dependencies and the *metallicious*: .. code-block:: bash conda install rdkit parmed autode psiresp mdanalysis networkx qcelemental==0.25.1 ambertools --channel conda-forge pip install metallicious Alternatively, if you do not need to parametrize templates, install core dependencies + antechamber : .. code-block:: bash conda install rdkit parmed mdanalysis networkx ambertools --channel conda-forge pip install metallicious Dependencies ---------------- The core dependencies of *metallicious*: * `rdkit `_ * `networkx `_ * `MDAnalysis `_ * `ParmEd `_ (**Optional**) the parametrization of templates requires: * `autode `_ * `ORCA `_ * `psiRESP `_ (**Optional**) simple force-field parametrization with General Amber Force-field (GAFF) requires: * `ambertools `_