# Installation and Dependencies ## Dependencies and Synergies Magpylib supports *Python3.10+* and relies on common scientific computation libraries *NumPy* and *Scipy* for computation, and *Matplotlib* and *Plotly* for graphic outputs. Optionally, *Pyvista* is supported as graphical backend, as well as *Pandas* for the field computation output. ## Installation ::::{grid} 2 2 1 1 :margin: 4 4 0 0 :gutter: 4 :::{grid-item} :columns: 1 ::: :::{grid-item-card} Install with pip: :text-align: center :shadow: none :columns: 10 ```console pip install magpylib ``` ::: :::{grid-item} :columns: 1 ::: :::{grid-item} :columns: 1 ::: :::{grid-item-card} Install with conda: :text-align: center :shadow: none :columns: 10 ```console conda install -c conda-forge magpylib ``` ::: ::::