Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 740 Bytes

Installation.rst

File metadata and controls

26 lines (15 loc) · 740 Bytes

Installation

Dependencies

To work with PyLinearSolver packages, you need to install the dependencies for them.

Iterative Solvers

  • Install Julia
  • It is preferable to install a custom python version using pyenv due to an issue with PyJulia.

PyLinearSolver

Simply you need to call the following command:

pip install PyLinearSolver

NOTE In case of working with Iterative Solvers, you need to install the dependencies for PyJulia through the following:

import julia
julia.install()