Installation¶
autoSKZCAM
requires python >= 3.11. We recommend starting in a new python environment using miniconda:
For local development of the code:
- Clone the repository
- Then install the package in editable mode
where this command is run in the root directory. All dependences (i.e., QuAcc) will be automatically installed. By using the -e
flag, the package will be installed in editable mode, meaning that changes to the code will be reflected in the installed package. Installation should only take a few minutes.
Note: You also will need to have py-ChemShell installed to run the code. It can be downloaded for free and installation instructions can be found here