Windows#

We’re working on an installer for Windows, but for now the best way to use Idem on Windows is to install Python and then pip install Idem.

Install Python#

Note

Python 3.8 or later required.

To install Idem on Windows, follow these steps.

  1. Download and open the most recent Python for Windows installer.

  2. Select the option to add Python to the Windows PATH environment variable.

    ../../_images/python-windows-installer.png
  3. Run the installer, and follow the prompts.

  4. In Windows, open Advanced system settings, click Environment Variables, and verify that the Python and PIP executables are included in the PATH system variable.

  5. Open the Windows command prompt as an Administrator.

Upgrade pip#

  1. To meet encryption requirements, upgrade to the latest PIP.

    python3 -m pip install --upgrade pip
    

Install Idem#

  1. Install Idem.

    pip3 install idem
    
  2. Verify your Idem version.

    idem --version
    
  3. Install the idem-aws plugin.

    pip3 install idem-aws
    

Upgrade pip#

  1. To meet encryption requirements, upgrade to the latest PIP.

    python3 -m pip install --upgrade pip
    

Install Idem#

  1. Install Idem.

    pip3 install idem
    
  2. Verify your Idem version.

    idem --version
    
  3. Install the idem-aws plugin.

    pip3 install idem-aws
    

Configure idem-aws#

Next click here to configure idem-aws