Installation

Installation via pip install

To install easyCHEM via pip install just type (make sure you have numpy installed)

pip install easychem

Compiling easyCHEM from source

Download easyCHEM from Gitlab, or clone it from GitLab via

git clone https://gitlab.com/EliseLei/easychem.git
  • In the terminal, enter the easychem folder

  • Type the following in the terminal pip install ., and press Enter.

Instructions for Apple silicon

easyCHEM should natively install on Apple silicon machines (so M1, M2 or M3 chips). Just make sure you have Apple’s command line tools and the Apple silicon version of gfortran installed.