Getting Started
# Clone the repository
git clone https://github.com/mmai-framework-lab/MolCrawl.git
cd MolCrawl
# Create conda environment
conda env create -f environment.yaml
conda activate molcrawl
# Install the package
pip install -e .
For detailed documentation, visit the API Documentation.