(installation)= # Installation For fast installation with a **package manager**, Magpylib is uploaded to the PyPI and conda-forge repositories. Install with [pip](https://pypi.org/project/pip/), ```console pip install magpylib ``` or with [conda](https://docs.conda.io/en/latest/). ```console conda install magpylib ``` Magpylib is hosted for **download** at the following locations: - [Conda Cloud](https://anaconda.org/conda-forge/magpylib) - [Python Package Index](https://pypi.org/project/magpylib/) - [GitHub repository](https://github.com/magpylib/magpylib) The Magpylib **dependencies** are as follows (check on [GitHub](https://github.com/magpylib/magpylib) for the latest version requirements): - Python 3.7 or later - numpy - scipy (.spatial.transform, .special) - matplotlib - plotly