Install and Uninstall

Install

Required packages

  • Python >= 3.6

  • matplotlib

  • numpy

  • physbo >= 3.1.0

  • scikit-learn

  • scipy

Install procedures

  • From PyPI (Required packages will also be installed at the same time.)

pip install nimo
  • If you add the --user option, it will be installed under the user’s home directory

pip install --user nimo

Uninstall

  • Execute the following command.

pip uninstall nimo