Table of Contents
This updated guide examines How to Install Scipy and organizes the essential facts, background, and practical takeaways in clear American English.
Method 1of 2:
Using the Python Package Index
Open the SciPy website in your internet browser. Type or paste https://www.scipy.org/ into the address bar, and press↵Enteror⏎Returnon your keyboard.
Click theInstallbutton on the home page. This button looks like a downward green arrow on the blue-and-white SciPy icon. You can find it near the upper-left corner of the page.
- This will open the SciPy installation details on a new page.
Make sure Python is installed on your computer. SciPy is an open-source Python library, and requires a basic Python distribution installed on your system.
- If you don't have Python installed, you can select one of the recommended distributions under the "Scientific Python Distributions" heading, and install it to your computer.
- If you're not sure how to install Python, make sure to check out this article for detailed instructions on installing the core packages.
Open your computer's command prompt terminal. You can open the Command Prompt on Windows, Terminal on Mac, or your distribution's Terminal on Linux.
Type and runpython -m pip install -U pip. This command will make sure the latest pip files are installed on your system to handle package managing tasks.
- Press↵Enteror⏎Returnto run the command.
Type and runpip install scipyin the command prompt. This will use the Python Package index, and install the core SciPy packages on your computer.
- You can also install other core packages like Numpy and Matplotlib by using thepip install numpyandpip install matplotlibcommands.
Method 2of 2:
Using Linux Repositories
Open the SciPy website in your internet browser. Type or paste https://www.scipy.org/ into the address bar, and press↵Enteror⏎Returnon your keyboard.
- Using Linux repositories will perform a system-wide installation, but these files may have older package versions than the Python Package index used with thepiptool.
ClickInstallon the home page. This button looks like a downward green arrow on the blue-and-white SciPy icon. It's near the upper-left corner of the page.
Copy the system-wide command for your Linux distribution. You can find separate commands for Ubuntu (and Debian-based) systems and Fedora under the "Install system-wide via a Linux package manager" heading.
- For example, you can use thesudo apt-get install python-scipycommand on Ubuntu-Debian, andsudo dnf install scipyon Fedora.
- You can include multiple packages like Numpy, Matplotlib, and Pandas in your installation.
- System-wide installation is also available if you're using a Mac with a third-party package manager. You can find Macport and Homebrew commands on the Install page if you're using either of these package managers.
Open a Terminal window on your computer. Depending on your system and desktop environment, you can find it on the Dash menu on the top-left (Ubuntu-Debian), or under Accessories (Fedora with Gnome).
- Alternatively, pressCtrl+Alt+T(Ubuntu-Debian) orCtrl+Alt+F1(Fedora) to open a Terminal window.
- Paste and run the copied command in your Terminal window. This will install SciPy via your system's native (or third-party) package manager.

FAQ
What is How to Install Scipy about?
It provides a structured overview of install, explains the main context, and highlights practical takeaways for readers.
Why does this topic matter?
Understanding the main concepts helps readers evaluate the issue, avoid common mistakes, and make better-informed decisions.
How should readers use this information?
Use the guidance as a practical starting point, confirm details that may have changed, and follow current product, safety, or security recommendations.
Reader Comments 0
Sign in with email or Google to join the discussion.