.. _getting_started_ref:
***************
Getting started
***************
Installation
------------
.. panels::
:card: + install-card
:column: col-lg-6 col-md-6 col-sm-12 col-xs-12 p-3
Working with conda?
^^^^^^^^^^^^^^^^^^^
SciPy is part of the `Anaconda `__
distribution and can be installed with Anaconda or Miniconda:
++++++++++++++++++++++
.. code-block:: bash
conda install scipy
---
Prefer pip?
^^^^^^^^^^^
SciPy can be installed via pip from `PyPI `__.
++++
.. code-block:: bash
pip install scipy
---
:column: col-12 p-3
In-depth instructions?
^^^^^^^^^^^^^^^^^^^^^^
Installing a specific version? Installing from source? Check the
installation page.
.. container:: custom-button
`Learn more `__
Tutorials
---------
For a quick overview of SciPy functionality, see the :ref:`user guide`.
You can also refer to the :ref:`reference guide` for an exhaustive
list of all what is possible with SciPy.