Skip to content
Aksenov Dmitry edited this page Jul 26, 2020 · 11 revisions

For Windows Users

  • Install Anaconda.
  • Run in command line pip3 install siman

For Linux and Mac Users

  • Run in command line sudo pip3 install siman
  • If you want to use IPython Notebook you can install just IPython or Jupyter Notebook

Additional packages

for add_neb() and void search you may need to compile C++ file findpores.cpp with make_findpores in Siman folder

sudo pip3 install adjustText - required for fit_and_plot() extension

Installation from source for experts

Clone this wiki locally