Skip to content

installation

github-actions[bot] edited this page Jun 21, 2025 · 1 revision

Installation

ChemGED can be installed using pip.

pip install chemged

From source

You can also install ChemGED from source:

git clone https://github.com/molecularmodelinglab/ChemGED.git
cd ChemGED
pip install -e .

Clone this wiki locally