Before you start, ensure you have installed the Aider-Composer extension from the Visual Studio Code Marketplace:
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 ->