Install and Uninstall

Install

Required packages

  • Python >= 3.6

  • Cython

  • matplotlib

  • numpy

  • physbo

  • scikit-learn

  • scipy

Install procedures

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

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

pip3 install --user nimsos

For Windows PC

  • Install of Visual Studio

For Windows PCs, there is the case that an install of PHYSBO using the above pip is failed. This is because PHYSBO uses Cython and requires a C++ compiler. To install PHYSBO on a Windows PC, Visual Studio from the Microsoft website may be required.

https://visualstudio.microsoft.com/

Uninstall

  • Execute the following command.

pip uninstall nimsos