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.
- Make wheel file by typing following command:
$ ./make_wheel.sh
- 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