Simple tutorial on python-based synthesis tools, primarily using materials from the Ceder group.
Use a fresh conda environment using python 3.9, e.g.
conda create -y -n synthesis_tutorial
conda activate synthesis_tutorial
The requirements are in requirements.txt
pip install -r requirements.txt