# How to install Spyder IDE in Ubuntu?

{% embed url="<https://youtu.be/YKN6RI-9ptE>" %}

### Overview

To install Spyder, you require an instance with Ubuntu, so follow this [link](https://customer.acecloudhosting.com/index.php?rp=/knowledgebase/33/How-to-create-compute-instance.html) to learn how to create and run an instance. Check out this step-by-step tutorial to learn how to install Spyder IDE in Ubuntu easily.

### Get Started

**Step 1: Update and Upgrade Packages**&#x20;

Before we start our installations, make sure the system is updated. Run the below-mentioned command to update the list of available packages and their versions.

```
sudo apt update && sudo apt -y upgrade 
```

<figure><img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/833_2023-02-02-12_58_46-166.0.148.210.png" alt=""><figcaption></figcaption></figure>

**Step 2: Install Spyder on the instance**&#x20;

This command lets you install Spyder on your ubuntu machine.&#x20;

```
sudo apt install spyder -y
```

<img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/835_2023-02-02-13_58_03-166.0.148.210.png" alt="" height="166" width="800">

**Step 3: Run Spyder**&#x20;

Once Spyder is installed, just type the below-mentioned command to open the IDE.&#x20;

```
spyder
```

This is how the Spyder IDE looks like:

<figure><img src="https://customer.acecloudhosting.com/index.php?rp=/images/kb/331_spyder.png" alt=""><figcaption></figcaption></figure>

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.acecloud.ai/knowledge-base/tutorials/how-to-install-spyder-ide-in-ubuntu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
