Last commit for python/README.rst: 5874abaa643d4472a2aa9d1c5dbe454dadbd8d1f

Initial commit of the AENET code.

Bruno Mundim [2017-01-02 17:48:39]
Initial commit of the AENET code.
------------------------------------------------------------------------
            Python interface to the symmetry function module
------------------------------------------------------------------------

Prerequisites:

  Python 2.7
  Cython


Installation:

(1) Compile the symmetry function C library in ../src

$ cd ../src
$ make -f ./makefiles/Makefile.XXX lib
$ cd -

Select the Makefile.XXX that is appropriate for your system.

(2) Build Python extension module

$ python setup.py build_ext --inplace
ViewGit