uw-cmg / MAST

MAterials Simulation Toolkit for use with pymatgen
17 stars 8 forks source link

Wei installation doc comment 6 #407

Closed cmgtam closed 10 years ago

cmgtam commented 10 years ago
install ASE. may just point to ase website and ask users to follow their installation instruction. also ask users to check if ase is installed and can be called by python:>>> import ase

Again, like pymatgen, I suggest user download ase source tar ball and install ase by calling “python setup.py install” in the downloaded ace source directory.

cmgtam commented 10 years ago

There was some issue with installing ase on top of pymatgen; there is some io routine that is named the same in both and there was a conflict; if I encounter it again, I will note it here.