Installation
The recommended method of installing Autoschematic is with pip:
This will install a pre-built binary for your platform. If you prefer to compile from source, or through cargo install, see the GitHub repo for instructions.
There's also an extension available for Visual Studio Code. We highly recommend this extension if you use Visual Studio Code. It allows you to diff and import resources against remote state, and make use of the language server and other useful integrations.
Raise an issue on Github if you'd like the extension ported to your preferred editor! The core uses the standard LSP protocol and should be easy to adapt.
Once you have Autoschematic installed, verify it by running autoschematic at the command line.
You should see the standard help listing as below:
These commands will all be covered in guides like this one. Move on to the next section, "Create and Configure a Repo", to continue.
Alternatively, you can skip to 'Manage Infra with Connectors' if you'd rather dive in.

