Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 916 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 916 Bytes

License: MIT Maintainer Generic badge Continuous Integration build in GitHub Actions

RetroMol

logo

RetroMol is a Python package for retrosynthetic analysis of molecules.

You can try out RetroMol online here.

Installation

You can install RetroMol with pip from the root of this repository:

pip install .

Usage CLI

Run the help function for all available commands:

retromol -h

Run tests

Run tests:

python3 -m pytest tests