# Software Installation

{% hint style="info" %}
It is helpful to have a dedicated eVOLVER computer (not a personal computer) as eVOLVER experiments take multiple days. We recommend a Mac for their high reliability and native Python, however users have reported Windows works as well.

eVOLVER software does not take very much computational power or memory so an older computer should be fine.
{% endhint %}

{% hint style="info" %}
Search on the [forum ](https://www.evolver.bio/c/software/8)if you have issues with installation.
{% endhint %}

[DPU Installation](/evolver/getting-started/software-installation/dpu-installation.md)

[Electron App (GUI) Installation](/evolver/getting-started/software-installation/electron-app-gui-installation.md)


---

# 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://khalil-lab.gitbook.io/evolver/getting-started/software-installation.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.
