# ChemAutoInstaller **Repository Path**: DiracA/ChemAutoInstaller ## Basic Information - **Project Name**: ChemAutoInstaller - **Description**: Scripts to install chemical softwares on Linux automatically. - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-01 - **Last Updated**: 2021-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ChemAutoInstaller Scripts to install chemical softwares on Linux automatically. **Author**: Jinzhe Zeng **Email**: njzjz@qq.com 10154601140@stu.ecnu.edu.cn ## Supporting Softwares * [LAMMPS](https://github.com/lammps/lammps) * [VMD](http://www.ks.uiuc.edu/Research/vmd/) * [OpenBabel](https://github.com/openbabel/openbabel) * [RDkit](https://github.com/rdkit/rdkit) * [Anaconda 3](https://conda.io) * [OpenMPI](https://github.com/open-mpi/ompi) * [Grace](http://plasma-gate.weizmann.ac.il/Grace/) * [ReacNetGenerator](https://github.com/njzjz/ReacNetGenerator) ## Usage Only run the following script to install all of softwares: ```bash $ wget https://raw.githubusercontent.com/njzjz/ChemAutoInstaller/master/ChemAutoInstaller.sh && bash ChemAutoInstaller.sh -A ``` Or you can install them one by one: ```bash $ bash ChemAutoInstaller.sh --anaconda --openbabel --rdkit --lammps --vmd --openmpi --grace --reacnetgenerator ```