# Windows Installation

## Install ReMark X

### **Download**

Download the latest version of ReMark X from the [download ](https://igrey-post.gitbook.io/igrey-post/remark-x/available-download)page, unzip and launch the executable to begin the installation process. &#x20;

{% hint style="info" %}
Note that the download is for the LITE version. An activation key will be needed to access the PRO features.
{% endhint %}

### **Previous Versions**

If you currently have ReMark X installed, the installer will ask if you wish to uninstall the current version before the installation process of the new version will begin.

<figure><img src="https://3208670847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQye009fSL20XtYqfwOaK%2Fuploads%2F7cz4Kpd8YXi0Bk8CkRC3%2Fimage.png?alt=media&#x26;token=7fec894f-750d-4be6-9697-0ffaa3b55844" alt=""><figcaption></figcaption></figure>

If you attempt to install the same version, you will receive an error message.

<figure><img src="https://3208670847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQye009fSL20XtYqfwOaK%2Fuploads%2FIlzGXHDNcogXJjgLXqXS%2Fimage.png?alt=media&#x26;token=687f99bc-4542-423f-9d4b-65be4a21c95b" alt=""><figcaption></figcaption></figure>

### **License Agreement**

Follow the on-screen instructions and accept the licensing agreement. Please ensure you read and agree to the [license ](https://igrey-post.gitbook.io/igrey-post/remark-x/license-agreement)before continuing.

<figure><img src="https://3208670847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQye009fSL20XtYqfwOaK%2Fuploads%2F0rIQg5zldUDYTG84vNfg%2Fimage.png?alt=media&#x26;token=9211081e-c285-4375-998e-604db6f35572" alt=""><figcaption></figcaption></figure>

### **Version**&#x20;

Select the Python-compatible version based on the version of Python you currently have installed or plan to install. If you already have Python installed and don't know the version, you can find out by following the instructions in the [Check Python Installation](#check-python-installation) section below.

<figure><img src="https://3208670847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQye009fSL20XtYqfwOaK%2Fuploads%2F8OXCdEcHgfPo3KZSC1k0%2Fimage.png?alt=media&#x26;token=b35ad7e1-658d-4184-b4c1-4de1317fb4d2" alt=""><figcaption></figcaption></figure>

### Default Installation Path

Click the **Install** button to install the application to the default DaVinci Resolve script location: `C:\Program Files (x86)\ReMark X`.

{% hint style="info" %}
If you require a custom installation path, please contact me.
{% endhint %}

<figure><img src="https://3208670847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQye009fSL20XtYqfwOaK%2Fuploads%2FZCXkYqAfbrF90S2ZcLa4%2Fimage.png?alt=media&#x26;token=94c9225f-bc94-415c-b74e-be40580448a7" alt=""><figcaption></figcaption></figure>

### **Complete the Installation**

This completes the installation of ReMark X.

<figure><img src="https://3208670847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQye009fSL20XtYqfwOaK%2Fuploads%2FAcpZdHo2qNwURqf4NTyY%2Fimage.png?alt=media&#x26;token=ee3a76d5-5029-4cbb-b2e6-095329508578" alt=""><figcaption></figcaption></figure>

***

## Install Python

DaVinci Resolve requires Python to be installed in order to run third-party applications. Follow these steps to install or update Python:

### **Check Python Installation:**

Open a Command Prompt window, type `python --version` and press Enter.

If Python is installed, the version number will be displayed. Ensure it is version 3.6 or higher.

<figure><img src="https://3208670847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQye009fSL20XtYqfwOaK%2Fuploads%2FLB1OEB3dGMl1pQw8HUhk%2Fimage.png?alt=media&#x26;token=e6adab12-5c67-46ba-aadb-8ed6d7bb404e" alt=""><figcaption></figcaption></figure>

### **Download**

Visit the official Python website at [python.org/downloads/windows/](https://www.python.org/downloads/windows/) and download the latest version. For optimal compatibility, we recommend downloading the Windows (64-bit) version.

After downloading the installer, run the file to initiate the installation process.

### **Installation Settings**

Ensure to select **Add Python.exe to PATH** and click on **Customize Installation** and then **Next** to skip the **Optional Features** menu.

<figure><img src="https://3208670847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQye009fSL20XtYqfwOaK%2Fuploads%2FMgoxTzEOZRPQAtj18GHB%2Fimage.png?alt=media&#x26;token=bdd44781-487e-46bb-9c44-56713f031225" alt=""><figcaption></figcaption></figure>

Click on "Customize Installation" and confirm that "Install for all users" is selected. Please note, administrative privileges are required for this step. You can leave this deselected if you want to limit the installation to certain users, but it is not recommended.&#x20;

Click **Install** to continue. &#x20;

<figure><img src="https://3208670847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQye009fSL20XtYqfwOaK%2Fuploads%2FCSrWh5XFFtB6i2SzUtuH%2Fimage.png?alt=media&#x26;token=0b369d3a-0e7f-4a02-ba16-88efcaaaddc7" alt=""><figcaption></figcaption></figure>

### **Complete the Installation**

Follow the rest of the prompts to complete the installation process.

### **Verify Installation**

* Open a Command Prompt window, type `python --version` and press **Enter** to verify the installation.

<figure><img src="https://3208670847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQye009fSL20XtYqfwOaK%2Fuploads%2FLB1OEB3dGMl1pQw8HUhk%2Fimage.png?alt=media&#x26;token=e6adab12-5c67-46ba-aadb-8ed6d7bb404e" alt=""><figcaption></figcaption></figure>

***
