Installation¶
Goal¶
Install MolOP and its dependencies to start your computational chemistry workflow.
Prerequisites¶
- Python 3.10+: Ensure you have a compatible Python version installed.
- RDKit & OpenBabel: These are required at runtime for full functionality (molecular graph reconstruction, format conversion, etc.).
Steps¶
Option 1: For End-Users (via pip)¶
Install the latest version directly from the GitHub repository:
Option 2: For Developers (via uv)¶
If you want to contribute to MolOP or run the test suite, we recommend using uv:
Expected Output¶
After installation, you should be able to run the following verification commands without errors.
Verify Version¶
Expected: A version string like 0.1.0.
Verify Core Components¶
Expected: <function AutoParser at ...>.