Skip to content

Instantly share code, notes, and snippets.

@rajivmehtaflex
Last active November 22, 2024 12:56
Show Gist options
  • Save rajivmehtaflex/452fc1e9970a97ba5f6c68853e35dbfe to your computer and use it in GitHub Desktop.
Save rajivmehtaflex/452fc1e9970a97ba5f6c68853e35dbfe to your computer and use it in GitHub Desktop.
AI UTILITY Configuration

Aider-Composer Setup Guide

Prerequisites

Before you start, ensure you have installed the Aider-Composer extension from the Visual Studio Code Marketplace:

Setup Commands

Here are the steps to set up your environment for Aider-Composer:

# Create a new virtual environment
python3.12 -m venv aider

# Activate the virtual environment
source aider/bin/activate

# Install or upgrade aider-chat
python -m pip install -U aider-chat

# Upgrade pip
pip install --upgrade pip

# Install aider-chat and flask
python -m pip install -U aider-chat flask

# Check which Python is being used
which python

you need to open vscode settings for set python path 
for that point to aider-compose extensions and set path like -> 

/Users/rajivmehtapy/Documents/Dev/aider/bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment