Required Packages
- Python >= 3.6
- numpy
- scipy
Install
- From PyPI (recommended)
$ pip3 install physbo
- From source (for developers)
- Install NumPy and Cython before installing PHYSBO
$ pip3 install numpy Cython
- Download or clone the github repository
$ git clone https://github.com/issp-center-dev/PHYSBO
- Run setup.py install
$ cd physbo $ python3 setup.py install --user
- Note: Do not
import physbo
at the root directory of the repository becauseimport physbo
does not try to import the installed PHYSBO but one in the repository, which includes Cython codes not compiled.
- Install NumPy and Cython before installing PHYSBO
Uninstall
$ pip3 uninstall physbo