> For the complete documentation index, see [llms.txt](https://python.microcisco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://python.microcisco.com/python-ide-setup.md).

# 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 "](/files/-MFrFTWW3NhS_iPyKak3)

![](/files/-MFrFoFRRz-w8IrBlDUE)

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

![](/files/-MFrGLQXXacmkVv65alK)

![](/files/-MFrI94typ9kiB9ZsoY4)

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

![](/files/-MFrJF0hpkWO7RYA_TiF)

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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