RetroMol is a Python package for retrosynthetic analysis of molecules.
You can try out RetroMol online here.
You can install RetroMol with pip from the root of this repository:
pip install .
Run the help function for all available commands:
retromol -h
Run tests:
python3 -m pytest tests