scipy.github.io Open in urlscan Pro
2606:50c0:8002::153  Public Scan

Submitted URL: https://scipy.github.io/devdocs/getting_started.html#getting-started-ref
Effective URL: https://scipy.github.io/devdocs/getting_started.html
Submission Tags: falconsandbox
Submission: On January 28 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET search.html

<form class="bd-search d-flex align-items-center" action="search.html" method="get">
  <i class="icon fas fa-search"></i>
  <input type="search" class="form-control" name="q" id="search-input" placeholder="Search the docs ..." aria-label="Search the docs ..." autocomplete="off">
</form>

Text Content

 * Getting started
 * User Guide
 * API reference
 * Development
 * Release notes

 * GitHub

 * Installing and upgrading


On this page
 * Installation
 * Tutorials




GETTING STARTED¶


INSTALLATION¶

Working with conda?

SciPy is part of the Anaconda distribution and can be installed with Anaconda or
Miniconda:

conda install scipy


Prefer pip?

SciPy can be installed via pip from PyPI.

pip install scipy


In-depth instructions?

Installing a specific version? Installing from source? Check the advanced
installation page.

Learn more




TUTORIALS¶

For a quick overview of SciPy functionality, see the user guide.

You can also refer to the reference guide for an exhaustive list of all what is
possible with SciPy.

previous

SciPy documentation

next

Installing and upgrading

© Copyright 2008-2022, The SciPy community.


Created using Sphinx 4.4.0.