Skip to content

Getting Started On Windows

Elliot Jordan edited this page May 16, 2024 · 20 revisions

NOTE: AutoPkg Windows is NOT officially supported today and is a work in progress. Not all functionality will work.

Prerequisites

There are a few prerequisites required to run AutoPkg on Windows

Recommended:

  • Windows Terminal
  • Visual Studio Code
    • Python Extension

AutoPkg Prefs

AutoPkg loads Preferences from a file on windows (and linux) but does not currently automatically create the file if it does not exist, and it won't add preferences to it if it is missing.

At the moment you must create one.

For Windows, Generally:

  • C:\Users\_YOUR_USER_NAME_\AppData\Local\Autopkg\config.json
  • Directory Given by appdirs.user_config_dir("Autopkg", appauthor=False)

References

Examples

Table of Contents

Clone this wiki locally