# Python IDE Setup

## Sublime Text v3

## Setting up Python Dev Env

* Download from [Sublime](https://www.sublimetext.com/3)
* Install

### Step 1:Open any Python Program

* Open a program
* Add package control - allows you to add 3rd party packages to add functionality to Sublime text
* Tools > Command Pallete

![Type in "install" and the Install Package control pops up - Click "Install "](https://3018064759-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LudO0LP3BbNbyBiBB3l%2F-MFoZAYVKvGQn5ZX2pd3%2F-MFrFTWW3NhS_iPyKak3%2Fimage.png?alt=media\&token=45afa25f-4044-43c7-85ec-b5d9a63cebd3)

![](https://3018064759-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LudO0LP3BbNbyBiBB3l%2F-MFoZAYVKvGQn5ZX2pd3%2F-MFrFoFRRz-w8IrBlDUE%2Fimage.png?alt=media\&token=457ab85c-f28f-4b7c-87b8-975ffcd246a6)

Open up Tools > Cloluir Pallete again and type in Install again and click on Package Control:Install Package

![](https://3018064759-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LudO0LP3BbNbyBiBB3l%2F-MFoZAYVKvGQn5ZX2pd3%2F-MFrGLQXXacmkVv65alK%2Fimage.png?alt=media\&token=e68d285b-b434-4768-b6b1-ba061df4a65c)

![](https://3018064759-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LudO0LP3BbNbyBiBB3l%2F-MFoZAYVKvGQn5ZX2pd3%2F-MFrI94typ9kiB9ZsoY4%2Fimage.png?alt=media\&token=61c28140-ba3e-497c-80da-081007154973)

Go back to Tools > Color Palatte and type in "Install" again and this time search for "Material Theme" and install

One can see the progress at the bottome left

![](https://3018064759-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LudO0LP3BbNbyBiBB3l%2F-MFoZAYVKvGQn5ZX2pd3%2F-MFrJF0hpkWO7RYA_TiF%2Fimage.png?alt=media\&token=479dfb1c-96de-4277-92fc-1e477f93fe9e)

At the moment we have installed the Predawn Scheme and the Material Theme


---

# 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://python.microcisco.com/python-ide-setup.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.
