Required Packages

  • Python >= 3.6
  • numpy
  • scipy

Install

  • From PyPI (recommended)
    $ pip3 install physbo
  • From source (for developers)
    1. Install NumPy and Cython before installing PHYSBO
      $ pip3 install numpy Cython
    2. Download or clone the github repository
      $ git clone https://github.com/issp-center-dev/PHYSBO
    3. Run setup.py install
       $ cd physbo
       $ python3 setup.py install --user
      
    4. Note: Do not import physbo at the root directory of the repository because import physbo does not try to import the installed PHYSBO but one in the repository, which includes Cython codes not compiled.

Uninstall

$ pip3 uninstall physbo