> For the complete documentation index, see [llms.txt](https://medomicslab.gitbook.io/medomics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://medomicslab.gitbook.io/medomics-docs/medomicslab-docs-v0/quick-start.md).

# Quick start

### We will install the python environment that will be used by the MEDomicsLab application and then run the MEDomicsLab installer.

{% tabs %}
{% tab title="Windows" %}
{% embed url="<https://youtu.be/MSPWubu8qK8>" %}

{% hint style="warning" %}
The application was tested on Windows 11.&#x20;
{% endhint %}

### 1. Download the following [here](https://github.com/MEDomics-UdeS/MEDomicsLab/releases):

* Python environment installer for Windows (\*-win.zip)
* MEDomicsLab installer for Windows (\*.exe)

### 2. Unzip the Python environment installer

### 3. Execute the \*.bat&#x20;

### 4. Run the MEDomicsLab installer (\*.exe)

### 5. There you go! Have fun! :wink:

{% endtab %}

{% tab title="Ubuntu" %}
{% embed url="<https://youtu.be/7OCasKO8zJU?si=uvxF4roLmNdOsnlj>" %}

{% hint style="warning" %}
The application was tested on Ubuntu 20.04 and 22.04.
{% endhint %}

### 1. Download the following [here](https://github.com/MEDomics-UdeS/MEDomicsLab/releases):

* Python environment installer for Ubuntu(\*-ubuntu.zip)
* MEDomicsLab installer for Ubuntu(\*.deb)

### 2. Unzip the Python environment installer

### 3. Execute the script  create\_venv\_linux.sh from the extracted folder

### 4. Run the MEDomicsLab installer (\*.deb)

### 5. There you go! Have fun! :wink:

{% endtab %}

{% tab title="MacOS " %}
{% embed url="<https://youtu.be/J9wq_C6PHK0>" %}

{% hint style="warning" %}
The application was tested on Sonoma (14.2) with M1 and M3 chips.&#x20;
{% endhint %}

### 1. Download the following [here](https://github.com/MEDomics-UdeS/MEDomicsLab/releases):

* Python environment installer for Linux (\*-mac.zip)
* MEDomicsLab installer for MacOS (.dmg)

### 2. Unzip/Extract the Python environment installer

### 3. Execute the script  create\_conda\_env\_mac.sh from the extracted folder in a Terminal.

### 4. Run the MEDomicsLab installer (\*.dmg) and drag-and-drop the app in your Applications Folder

{% hint style="warning" %}
You need to use the open button from the context menu appearing when control-clicking on the app icon.
{% endhint %}

### 5. There you go! Have fun! :wink:

{% endtab %}
{% endtabs %}

## The MEDomicsLab Application is now installed on your system !


---

# 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, and the optional `goal` query parameter:

```
GET https://medomicslab.gitbook.io/medomics-docs/medomicslab-docs-v0/quick-start.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
