Installation

The source codes of abICS can be obtained from GitHub page.

$ git clone https://github.com/issp-center-dev/abICS

You can install abICS in the following steps.

  1. Make wheel file by typing following command:

$ ./make_wheel.sh

  1. Install using the created file as follows:
$ pip install dist/abics-\*.whl

If you want to change the install directory, use --user option or --prefix = DIRECTORY( DIRECTORY is the path to the directory where you want to install) option. In the following, the case for using --user option is shown:

$ pip install --user dist/abics-\*.whl