# 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
```

![](http://customer.acecloudhosting.com/index.php?rp=/images/kb/835_2023-02-02-13_58_03-166.0.148.210.png)

**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;
