@@ -9,7 +9,7 @@ and OpenMX input files for obtaining the reference training data for the machine
99
1010## Requirement
1111
12- - python3 (>=3.7 )
12+ - python3 (>=3.9 )
1313- numpy
1414- scipy
1515- toml (for parsing input files)
@@ -25,7 +25,7 @@ Pymatgen requires Cython but Cython will not be installed automatically,
2525please make sure that this is installed,
2626
2727``` bash
28- $ pip3 install Cython
28+ $ python3 -m pip install Cython
2929```
3030
3131mpi4py requires one of the MPI implementations such as OpenMPI,
@@ -39,7 +39,7 @@ $ brew install open-mpi
3939After installing Cython and MPI,
4040
4141``` bash
42- $ pip3 install abics
42+ $ python3 -m pip install abics
4343```
4444
4545will install abICS and dependencies.
@@ -48,10 +48,10 @@ If you want to change the directory where abICS is installed,
4848add ` --user ` option or ` --prefix=DIRECTORY ` option to the above command as
4949
5050``` bash
51- $ pip3 install --user abics
51+ $ python3 -m pip install --user abics
5252```
5353
54- For details of ` pip ` , see the manual of ` pip ` by ` pip3 help install`
54+ For details of ` pip ` , see the manual of ` pip ` by ` python3 -m pip help install`
5555
5656If you want to install abICS from source, see [ wiki page] ( https://github.com/issp-center-dev/abICS/wiki/Install )
5757
@@ -93,6 +93,6 @@ Shusuke Kasamatsu, Yuichi Motoyama, Tatsumi Aoyama, Kazuyoshi Yoshimi
9393
9494[ English online manual] ( https://issp-center-dev.github.io/abICS/docs/master/en/html/index.html )
9595
96- [ Japnese online manual] ( https://issp-center-dev.github.io/abICS/docs/master/ja/html/index.html )
96+ [ Japanese online manual] ( https://issp-center-dev.github.io/abICS/docs/master/ja/html/index.html )
9797
9898[ API reference] ( https://issp-center-dev.github.io/abICS/docs/api/master/html/index.html )
0 commit comments