Installation
Before installing the software, ensure that the following prerequisites are met:
- Python 3.8 or newer is installed. We recommend using the latest version of Python.
- It is recommended to use a virtual environment to isolate your project dependencies.
MacBench depends on ChemBench, which is a Python package that you can install from GitHub using the following command:
pip install -e git+https://github.com/lamalab-org/chem-bench.git@multimodal
after that, you can clone and use MacBench using
git clone https://github.com/lamalab-org/mac-bench.git